- Drop Django < 3.2 support. [hramezani] - Add Django 4.0 to test matrix. [hramezani]
5.27.0
-------------------
- Fix ``pkg_resources`` missing for package version resolution on runtime due to ``setuptools`` not being a runtime dependency. [asherf] - Add Python 3.10 and Django 3.2 support. [hramezani]
5.26.0
-------------------
- Fix ``AXES_USERNAME_CALLABLE`` not receiving ``credentials`` attribute in Axes middleware lockout response when user is locked out. [rootart]
5.25.0
-------------------
- Fix duplicated AccessAttempts with updated database model ``unique_together`` constraints and data and schema migration. [PetrDlouhy]
5.24.0
-------------------
- Use atomic transaction for updating AccessAttempts in database handler. [okapies]