mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Bump version
This commit is contained in:
parent
393c3455bf
commit
752783fe52
2 changed files with 20 additions and 1 deletions
19
CHANGES.txt
19
CHANGES.txt
|
|
@ -1,6 +1,25 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
2.2.1 (2016-09-26)
|
||||
------------------
|
||||
|
||||
- Make IP position argument optional.
|
||||
[aredalen]
|
||||
|
||||
- Added possibility to disable access log
|
||||
[svenhertle]
|
||||
|
||||
- Fix for IIS used as reverse proxy adding port number
|
||||
[Dmitri-Sintsov]
|
||||
|
||||
- Made the signal race condition safe.
|
||||
[Minkey27]
|
||||
|
||||
- Added AXES_ONLY_USER_FAILURES to support only looking at the user ID.
|
||||
[lip77us]
|
||||
|
||||
|
||||
2.2.0 (2016-07-20)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '2.2.0'
|
||||
__version__ = '2.2.1'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue