Release 1.6.0

This commit is contained in:
Camilo Nova 2016-01-07 07:59:29 -05:00
parent d5832365a5
commit 31a54fac00
2 changed files with 22 additions and 1 deletions

View file

@ -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)
------------------

View file

@ -4,7 +4,7 @@
import os
from setuptools import setup, find_packages
VERSION = '1.5.0'
VERSION = '1.6.0'
setup(
name='django-axes',