Django-friendship

Latest version: v1.9.6

Safety actively analyzes 675368 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.8.1

-------------

*Released May 24th, 2019*

- Fixed bug in `friendship_request_list` view
- Refactored `can_request_send` to be more clear
- Ran Black over the codebase

1.8.0

-------------

*Released July 6th, 2018*

- Fix migrations for people migrating from <= 1.5.x.
If you are migrating from 1.6 or 1.7, please rollback django-friendships
migrations to 0001 and migrate-fake 0002::

$ ./manage.py migrate friendship 0001
$ ./manage.py migrate friendship 0002 --fake

If you're migrating from ``v1.7.x``, you'll likely have to fake ``0003`` as well::

$ ./manage.py migrate friendship 0003 --fake

1.7.1

-------------

*Released July 5th, 2018*

- Bugfix, missing migration

1.7.0

-------------

*Released July 2nd, 2018*

- Add support for Django 2.0
- Drop support for Django < 1.11

1.6.0

-------------

*Released May 22nd, 2018*

- Added can_request_send option (narnikgamarnik)
- Added blocking feature (Darren Mckeeman)

1.5.0

-------------

*Released August 21st, 2016*

- Added support for Django 1.10

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.