- Fix regression in ``axes_reset_user`` management command. [aleksihakli]
5.6.1
Not secure
------------------
- Improve test dependency management and upgrade black code formatter. [smithdc1]
5.6.0
Not secure
------------------
- Add proper development ``subTest`` support via ``pytest-subtests`` package. [smithdc1] - Deprecate ``django-appconf`` and use plain settings for Axes. [aleksihakli]
5.5.2
Not secure
------------------
- Update deprecating use of the ``request.is_ajax`` method. [smithdc1]
5.5.1
Not secure
------------------
- Update deprecated uses of Django modules and members. [smithdc1]
5.5.0
Not secure
------------------
- Add support for locking requests based on username OR IP address with inclusive or using the ``LOCK_OUT_BY_USER_OR_IP`` flag. [PetrDlouhy] - Deprecate Signal ``providing_args`` for Django 3.1 support. [coredumperror]