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
598c4b8180
commit
02d882ba6b
2 changed files with 23 additions and 1 deletions
22
CHANGES.txt
22
CHANGES.txt
|
|
@ -1,6 +1,28 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
4.0.0 (2017-12-18)
|
||||
------------------
|
||||
|
||||
- *BREAKING CHANGES*. `AXES_BEHIND_REVERSE_PROXY` `AXES_REVERSE_PROXY_HEADER`
|
||||
`AXES_NUM_PROXIES` were removed in order to use `django-ipware` to get
|
||||
the user ip address
|
||||
[camilonova]
|
||||
|
||||
- Added support for custom username field
|
||||
[kakulukia]
|
||||
|
||||
- Customizing Axes doc updated
|
||||
[pckapps]
|
||||
|
||||
- Remove filtering by username
|
||||
[camilonova]
|
||||
|
||||
- Fixed logging failed attempts to authenticate using a custom authentication
|
||||
backend.
|
||||
[D3X]
|
||||
|
||||
|
||||
3.0.3 (2017-11-23)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '3.0.3'
|
||||
__version__ = '4.0.0'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue