- Add Python 3.9 support. [hramezani] - Prevent ``AccessAttempt`` creation with database handler when username is not set and ``AXES_ONLY_USER_FAILURES`` setting is not set. [hramezani]
- Adjust settings import and handling chain for cleaner module import and invocation order. [aleksihakli] - Adjust the use of ``AXES_ENABLED`` flag so that imports are always done the same way and initial log is written regardless of the setting and it only affects code that is decorated or wrapped with ``toggleable``. [alekshakli]
5.7.0
Not secure
------------------
- Deprecate ``AXES_LOGGER`` Axes setting and move to ``__name__`` based logging and fully qualified Python module name log identifiers. [aleksihakli]
5.6.2
Not secure
------------------
- Fix regression in ``axes_reset_user`` management command. [aleksihakli]
5.6.1
Not secure
------------------
- Improve test dependency management and upgrade black code formatter. [smithdc1]