- Default ``AXES_VERBOSE`` to ``AXES_ENABLED`` configuration setting, disabling verbose startup logging when Axes itself is disabled. [christianbundy] - Update documentation. [KStenK]
5.13.0
Not secure
-------------------
- Add support for resetting attempts with cache backend. [nattyg93]
5.12.0
Not secure
-------------------
- Clean up test structure and migrate tests outside the main package for a smaller wheel distributions. [aleksihakli] - Move configuration to pyproject.toml for cleaner layout. [aleksihakli] - Clean up test settings override configuration. [hramezani]
5.11.1
Not secure
-------------------
- Fix cache entry creations for None username. [cabarnes]
5.11.0
Not secure
-------------------
- Add lockout view CORS support with ``AXES_ALLOWED_CORS_ORIGINS`` configuration flag. [vladox] - Add missing ``wraps`` decorator to ``axes.decorators.axes_dispatch``. [aleksihakli]
5.10.1
Not secure
-------------------
- Add ``DEFAULT_AUTO_FIELD`` to test settings. [hramezani] - Fix documentation language. [danielquinn] - Fix Python package version specifiers and remove redundant imports. [aleksihakli]