Skip to content

Releases: sunscrapers/djoser

Release 0.4.2

25 May 10:43
Compare
Choose a tag to compare

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

Release 0.4.1

25 May 11:04
Compare
Choose a tag to compare

This release adds support for new Django / Python versions. It also contains few bugfixes / documentation updates. List of changes:

  • Add check for stale activation token
  • Add support for Django 1.9 and Python 3.5
  • Update documentation on login and logout
  • Fix #92
  • Fix #100

Release 0.4.0

25 May 11:18
Compare
Choose a tag to compare

Initial stable release introducing djoser as an REST implementation of common authentication related endpoints. For more information and to get started see README.