mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Update changelog and pump version to 2.3.0
This commit is contained in:
parent
08690d9db1
commit
10208e7d70
2 changed files with 13 additions and 2 deletions
13
CHANGES.txt
13
CHANGES.txt
|
|
@ -1,9 +1,20 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
2.2.1 (2016-09-26)
|
||||
2.3.0 (2016-11-04)
|
||||
------------------
|
||||
|
||||
- Fixed ``axes_reset`` management command to skip "ip" prefix to command
|
||||
arguments.
|
||||
[EvaMarques]
|
||||
|
||||
- Added ``axes_reset_user`` management command to reset lockouts and failed
|
||||
login records for given users.
|
||||
[vladimirnani]
|
||||
|
||||
- Fixed Travis-PyPI release configuration.
|
||||
[jezdez]
|
||||
|
||||
- Make IP position argument optional.
|
||||
[aredalen]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '2.2.1'
|
||||
__version__ = '2.3.0'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue