mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Release 1.6.0
This commit is contained in:
parent
d5832365a5
commit
31a54fac00
2 changed files with 22 additions and 1 deletions
21
CHANGES.txt
21
CHANGES.txt
|
|
@ -1,6 +1,27 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
1.6.0 (2016-01-07)
|
||||
------------------
|
||||
|
||||
- Stopped using render_to_response so that other template engines work
|
||||
[tarkatronic]
|
||||
|
||||
- Improved performance & DoS prevention on query2str
|
||||
[tarkatronic]
|
||||
|
||||
- Immediately return from is_already_locked if the user is not lockable
|
||||
[jdunck]
|
||||
|
||||
- Iterate over ip addresses only once
|
||||
[annp89]
|
||||
|
||||
- added initial migration files to support django 1.7 &up
|
||||
[ibaguio]
|
||||
|
||||
- Add db indexes to CommonAccess model
|
||||
[Schweigi]
|
||||
|
||||
1.5.0 (2015-09-11)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@
|
|||
import os
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = '1.5.0'
|
||||
VERSION = '1.6.0'
|
||||
|
||||
setup(
|
||||
name='django-axes',
|
||||
|
|
|
|||
Loading…
Reference in a new issue