mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Release 1.7.0
This commit is contained in:
parent
a87ffa6874
commit
b9b948c776
2 changed files with 26 additions and 1 deletions
25
CHANGES.txt
25
CHANGES.txt
|
|
@ -1,6 +1,31 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
1.7.0 (2016-06-10)
|
||||
------------------
|
||||
|
||||
- Use render shortcut for rendering LOCKOUT_TEMPLATE
|
||||
[Radosław Luter]
|
||||
|
||||
- Added app_label for RemovedInDjango19Warning
|
||||
[yograterol]
|
||||
|
||||
- Add iso8601 translator.
|
||||
[mullakhmetov]
|
||||
|
||||
- Edit json response. Context now contains ISO 8601 formatted cooloff time
|
||||
[mullakhmetov]
|
||||
|
||||
- Add json response and iso8601 tests.
|
||||
[mullakhmetov]
|
||||
|
||||
- Fixes issue 162: UnicodeDecodeError on pip install
|
||||
[joeribekker]
|
||||
|
||||
- Added AXES_NEVER_LOCKOUT_WHITELIST option to prevent certain IPs from being locked out.
|
||||
[joeribekker]
|
||||
|
||||
|
||||
1.6.1 (2016-05-13)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ import os
|
|||
import codecs
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = '1.6.1'
|
||||
VERSION = '1.7.0'
|
||||
|
||||
setup(
|
||||
name='django-axes',
|
||||
|
|
|
|||
Loading…
Reference in a new issue