Skip to content

Release 0.5.3

Compare
Choose a tag to compare
@pszpetkowski pszpetkowski released this 12 May 14:13
· 736 commits to master since this release

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 and testproject/testapp/tests.py