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
f9258b6f35
commit
85ece72541
2 changed files with 29 additions and 1 deletions
28
CHANGES.txt
28
CHANGES.txt
|
|
@ -1,6 +1,34 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
2.3.3 (2017-07-20)
|
||||
------------------
|
||||
|
||||
- Many tweaks and handles successful AJAX logins.
|
||||
[Jack Sullivan]
|
||||
|
||||
- Add tests for proxy number parametrization
|
||||
[aleksihakli]
|
||||
|
||||
- Add AXES_NUM_PROXIES setting
|
||||
[aleksihakli]
|
||||
|
||||
- Log failed access attempts regardless of settings
|
||||
[jimr]
|
||||
|
||||
- Updated configuration docs to include AXES_IP_WHITELIST
|
||||
[Minkey27]
|
||||
|
||||
- Add test for get_cache_key function
|
||||
[jorlugaqui]
|
||||
|
||||
- Delete cache key in reset command line
|
||||
[jorlugaqui]
|
||||
|
||||
- Add signals for setting/deleting cache keys
|
||||
[jorlugaqui]
|
||||
|
||||
|
||||
2.3.2 (2016-11-24)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '2.3.2'
|
||||
__version__ = '2.3.3'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue