v3.0.0
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.