- Add Django 4.1 support. PyPy 3.8 has a known issue with Django 4.1 and is exempted. [hramezani]
5.36.0
-------------------
- Add ``AxesStandaloneBackend`` without ``ModelBackend`` dependencies. [jcgiuffrida]
5.35.0
-------------------
- Add Arabic translations. [YDA93]
5.34.0
-------------------
- Improve German translations. [GitRon]
5.33.0
-------------------
- Migrate MD5 cache key digests to SHA256. [aleksihakli] - Improve and streamline startup logging. [ShaheedHaque] - Improve module typing. [hramezani] - Add support for float or partial hours for ``AXES_COOLOFF_TIME``. [hramezani]
5.32.0
-------------------
- Add support for persistent failure logging where failed login attempts are persisted in the database until a specific threshold is reached. [p1-gdd] - Add support for not resetting login times when users try to login during the lockout cooloff period. [antoine-42]