mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Release 2.2.0
This commit is contained in:
parent
4cec234b38
commit
0a98d2ac2b
2 changed files with 9 additions and 2 deletions
|
|
@ -1,6 +1,13 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
2.2.0 (2016-07-20)
|
||||
------------------
|
||||
|
||||
- Improve the logic when using a reverse proxy to avoid possible attacks.
|
||||
[camilonova]
|
||||
|
||||
|
||||
2.1.0 (2016-07-14)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
__version__ = '2.1.0'
|
||||
__version__ = '2.2.0'
|
||||
|
||||
default_app_config = "axes.apps.AppConfig"
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
||||
def get_version():
|
||||
|
|
|
|||
Loading…
Reference in a new issue