mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-15 02:54:52 +00:00
Version 5.0.9
This commit is contained in:
parent
d8c6632384
commit
9f75d0d426
2 changed files with 12 additions and 1 deletions
11
CHANGES.rst
11
CHANGES.rst
|
|
@ -3,6 +3,17 @@ Changes
|
|||
=======
|
||||
|
||||
|
||||
5.0.9 (2019-07-11)
|
||||
------------------
|
||||
|
||||
- Add better handling for attempt and log resets by moving them
|
||||
into handlers which allows customization and more configurability.
|
||||
Unimplemented handlers raise ``NotImplementedError`` by default.
|
||||
[aleksihakli]
|
||||
- Add Python 3.8 dev version and PyPy to the Travis test matrix.
|
||||
[aleksihakli]
|
||||
|
||||
|
||||
5.0.8 (2019-07-09)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '5.0.8'
|
||||
__version__ = '5.0.9'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue