mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Bump version
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
parent
e2beace47e
commit
bc8672cb69
2 changed files with 18 additions and 1 deletions
17
CHANGES.txt
17
CHANGES.txt
|
|
@ -1,6 +1,23 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
4.0.2 (2018-01-19)
|
||||
------------------
|
||||
|
||||
- Improve Windows compatibility on Python < 3.4 by utilizing win_inet_pton
|
||||
[hsiaoyi0504]
|
||||
|
||||
- Add documentation on django-allauth integration
|
||||
[grucha]
|
||||
|
||||
- Add documentation on known AccessAttempt caching configuration problems
|
||||
when using axes with the `django.core.cache.backends.locmem.LocMemCache`
|
||||
[aleksihakli]
|
||||
|
||||
- Refactor and improve existing AccessAttempt cache reset utility
|
||||
[aleksihakli]
|
||||
|
||||
|
||||
4.0.1 (2017-12-19)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '4.0.1'
|
||||
__version__ = '4.0.2'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue