mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-14 10:33:11 +00:00
Version 5.0.5
This commit is contained in:
parent
a151b9c8e2
commit
26cc41b689
2 changed files with 3 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
5.0.5 (WIP)
|
||||
-----------
|
||||
5.0.5 (2019-05-19)
|
||||
------------------
|
||||
|
||||
- Change the lockout response calculation to request flagging
|
||||
instead of exception throwing in the signal handler and middleware.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '5.0.4'
|
||||
__version__ = '5.0.5'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue