Djedefre

Latest version: v1.0.0

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

Scan your dependencies

Page 4 of 6

1.1.0

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

* Add third party based authentication support
* Add JWT token strategy for new authentication method
* Add ``EMAIL`` setting to allow simpler email customization.
* Add ``SOCIAL_AUTH_TOKEN_STRATEGY`` and ``SOCIAL_AUTH_ALLOWED_REDIRECT_URIS``
settings along new authentication method
* Add documentation about new authentication method
* Update documentation index into captioned sections for better readability


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

1.0.1

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

* Fix: Invalid URL for PasswordResetEmail context
* Fix: Invalid serializer examples in docs

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

1.0.0

Not secure
---------------------

* **Breaking**: For Token-based and JWT authentication ``djoser.urls`` should be included in the URLconf as well as either ``djoser.urls.authtoken`` or ``djoser.urls.jwt``
* Add JWT authentication support
* Add/Update documentation about JWT
* Add/Update/Fix tests where necessary
* Add support for Django REST Framework 3.7
* Drop support for Django REST Framework 3.6
* Replace built-in email support with django-templated-mail
* Refactor test configuration for better performance and organization
* Refactor RootView to have better support for modular URLs
* Update URLs to be slightly more RESTful
* Update codebase with small syntax/formatting fixes
* Update README/documentation to reflect on codebase changes
* Move ``DOMAIN`` and ``SITE_NAME`` settings to django-templated-mail
* Remove ``USE_HTML_EMAIL_TEMPLATES`` and ``ROOT_VIEW_URLS_MAPPING`` settings

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

0.7.0

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

* Add ``TOKEN_MODEL`` setting to allow third party apps to specify a custom token model
* Add ``USER_EMAIL_FIELD_NAME`` setting as a compatibility solution in Django < 1.11
* Add support for Django Password Validators
* Add HTML templates for djoser emails
* Add `flake8`_ integration to CI
* Add `py.test`_ integration
* Add Python 3.7 to CI
* Update from coveralls to codecov
* Update ``README`` to rST with uniform badges
* Update ``djoser.views.PasswordResetView`` to allow non-database ``User.is_active``
* Update docs on topics which have been added/modified since last release
* Remove serializers manager, so the serializers in djoser are now accessed via dot notation
* Remove support for DRF 3.4
* Remove support for basic auth as authentication backend
* Refactor djoser settings module for cleaner and more pythonic/djangonic solution
* Refactor tests into multiple files and fix some minor issues
* Refactor some parts of codebase for better readability
* Slightly refactor/simplify parts of ``djoser.utils``
* Fix all style issues reported by `flake8`_ in codebase
* Fix security bug in ``djoser.views.UserView``

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

0.6.0

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

* Add ReadTheDocs integration
* Add basic `pipenv`_ integration
* Add ``Makefile`` to simplify setup and development
* Add release notes to `GitHub Releases`_ and ``CHANGELOG.rst``
* Update README with documentation split into Sphinx docs
* Update ``.travis.yml`` with approximately 3.5x faster CI builds
* Remove support for Django 1.7
* Remove support for DRF 3.3 as a consequence of dropping Django 1.7
* Slightly refactor use of ``Response`` in ``djoser/views.py``
* Fix 190 - race condition for near-simultaneous sign-ups

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

0.5.4

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

This release adds a test case and fixes broken factory added in last release.
List of changes:

* Add ``djoser.utils.UserEmailFactoryBase`` test case
* Fix dictionary syntax error

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

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.