- 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]
5.10.0
Not secure
-------------------
- Deprecate stock DRF support from 5.8.0, require users to set it up per project. Check the documentation for more information. [aleksihakli]
5.9.1
Not secure
------------------
- Move tests to GitHub Actions [jezdez] - Fix running Axes code in middleware when ``AXES_ENABLED`` is ``False``. [ashokdelphia]