mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Release 1.5.0
This commit is contained in:
parent
697147b46f
commit
a267c97058
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
1.5.0 (2015-09-11)
|
||||
------------------
|
||||
|
||||
- Fix #_get_user_attempts to include username when filtering AccessAttempts if AXES_LOCK_OUT_BY_COMBINATION_USER_AND_IP is True
|
||||
[afioca]
|
||||
|
||||
1.4.0 (2015-08-09)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@
|
|||
import os
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = '1.4.0'
|
||||
VERSION = '1.5.0'
|
||||
|
||||
setup(
|
||||
name='django-axes',
|
||||
|
|
|
|||
Loading…
Reference in a new issue