mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Release 1.6.1
This commit is contained in:
parent
8bc25607f1
commit
21d974b1dd
2 changed files with 31 additions and 1 deletions
30
CHANGES.txt
30
CHANGES.txt
|
|
@ -1,6 +1,36 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
1.6.1 (2016-05-13)
|
||||
------------------
|
||||
|
||||
- Fixes whitelist check when BEHIND_REVERSE_PROXY
|
||||
[Patrick Hagemeister]
|
||||
|
||||
- Made migrations py3 compatible
|
||||
[mvdwaeter]
|
||||
|
||||
- Fixing #126, possibly breaking compatibility with Django<=1.7
|
||||
[int-ua]
|
||||
|
||||
- Add note for upgrading users about new migration files
|
||||
[kelseyq]
|
||||
|
||||
- Fixes #148
|
||||
[camilonova]
|
||||
|
||||
- Decorate auth_views.login only once
|
||||
[teeberg]
|
||||
|
||||
- Set IP public/private classifier to be compliant with RFC 1918.
|
||||
[SilasX]
|
||||
|
||||
- Issue #155. Lockout response status code changed to 403.
|
||||
[Артур Муллахметов]
|
||||
|
||||
- BUGFIX: Missing migration
|
||||
[smeinel]
|
||||
|
||||
1.6.0 (2016-01-07)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@
|
|||
import os
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = '1.6.0'
|
||||
VERSION = '1.6.1'
|
||||
|
||||
setup(
|
||||
name='django-axes',
|
||||
|
|
|
|||
Loading…
Reference in a new issue