Skip to content

v3.0.0

Choose a tag to compare

@avallbona avallbona released this 16 Apr 15:42
· 21 commits to master since this release

Improvements of v3.0.0:

  • added support for django 3.2 and django 4.0
  • implemented support for custom user model and custom USERNAME_FIELD (Saurav Sharma)
  • added pre-commit config file
  • applied black and isort to source code

It's a breaking change given that now do not try to log with the username and the email by default. It only tries to login with the USERNAME_FIELD configured in the settings.