mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Version 5.0.7
This commit is contained in:
parent
9c7c5c175a
commit
9fa0e7f215
2 changed files with 12 additions and 1 deletions
11
CHANGES.rst
11
CHANGES.rst
|
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '5.0.6'
|
||||
__version__ = '5.0.7'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue