Release 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 - Cleanup
setup.py
andtestproject/testapp/tests.py