Djedefre

Latest version: v1.0.0

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

Scan your dependencies

Page 5 of 6

0.5.3

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

This release increases reusability of ``UserEmailFactoryBase`` in djoser / user apps.
Besides that it's mostly codebase cleanup. List of changes:

* Update ``UserEmailFactoryBase`` to accept arbitrary arguments for the context
* Update some code in ``djoser/utils.py`` to comply with PEP-8
* Update README with additional information related to djoser requirements
* Remove unnecessary requirements
* Remove leftover in ``RegistrationView`` after
`141 <https://github.com/sunscrapers/djoser/pull/141>`_
* Cleanup ``setup.py`` and ``testproject/testapp/tests.py``

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

0.5.2

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

This release breaks compatibility with pre-south Django versions and adds
support for DRF 3.5. There are also some changes in documentation. List of changes:

* Add support for DRF 3.5
* Add documentation on using `djangorestframework-jwt`_ with djoser
* Update required Django version to >= 1.7
* Update docs with tweaks on encoding and names

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

0.5.1

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

This release introduces new features controlled via appropriate setting flags.
They have been described in documentation. There also is a backward-incompatible
refactor, and other various contributions. List of changes:

* Add ``SEND_CONFIRMATION_EMAIL`` flag to djoser settings
* Add ``LOGOUT_ON_PASSWORD_CHANGE`` flag to djoser settings
* Add ``PASSWORD_RESET_SHOW_EMAIL_NOT_FOUND`` flag to djoser settings
* Refactor ``SendEmailViewMixin`` into UserEmailFactoryBase``
* Update documentation
* Update user creation to wrap it inside atomic transaction
* Update ``.gitignore``
* Update tests

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

0.5.0

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

This backward incompatible release offers a possibility to specify arbitrary
serializer for each of djoser views. It also breaks compatibility with old
Python / Django / DRF versions. List of changes:

* Add customizable serializers controlled with ``SERIALIZERS`` djoser setting field
* Update documentation
* Update ``HTTP_200_OK`` to ``HTTP_204_NO_CONTENT`` where appropriate
* Remove compatibility for Python < 2.7, Django < 1.7, and DRF < 3.3

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

0.4.3

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

This release provides few bugfixes / UX improvements. List of changes:

* Add human readable error message when incorrect uid is provided
* Fix user being active, before activating his account via email

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

0.4.2

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

This release adds a new feature - custom password validators. List of changes:

* Add support for ``/register/`` and ``/password/reset/confirm/`` arbitrary
password validators, with PASSWORD_VALIDATORS djoser setting field

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

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.