mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Version 5.0.12
This commit is contained in:
parent
99a5405b1a
commit
00a7b880a3
2 changed files with 8 additions and 1 deletions
|
|
@ -3,6 +3,13 @@ Changes
|
|||
=======
|
||||
|
||||
|
||||
5.0.12 (2019-08-05)
|
||||
-------------------
|
||||
|
||||
- Support callables for ``AXES_COOLOFF_TIME`` setting.
|
||||
[DariaPlotnikova]
|
||||
|
||||
|
||||
5.0.11 (2019-07-25)
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '5.0.11'
|
||||
__version__ = '5.0.12'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue