Version 5.0.7

This commit is contained in:
Aleksi Häkli 2019-06-14 17:22:25 +03:00
parent 9c7c5c175a
commit 9fa0e7f215
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
2 changed files with 12 additions and 1 deletions

View file

@ -3,6 +3,17 @@ Changes
=======
5.0.7 (2019-06-14)
------------------
- Fix lockout message showing when lockout is disabled
with the ``AXES_LOCK_OUT_AT_FAILURE`` setting.
[mogzol]
- Add support for callable ``AXES_FAILURE_LIMIT`` setting.
[bbayles]
5.0.6 (2019-05-25)
------------------

View file

@ -1,4 +1,4 @@
__version__ = '5.0.6'
__version__ = '5.0.7'
default_app_config = 'axes.apps.AppConfig'