mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Release 1.3.6
This commit is contained in:
parent
19182a4b43
commit
778f208cc1
2 changed files with 21 additions and 35 deletions
54
CHANGES.txt
54
CHANGES.txt
|
|
@ -1,10 +1,11 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
1.3.6 (unreleased)
|
||||
1.3.6 (2013-11-23)
|
||||
------------------
|
||||
|
||||
- Nothing changed yet.
|
||||
- Added AttributeError in case get_profile doesn't exist [camilonova]
|
||||
- Improved axes_reset command [camilonova]
|
||||
|
||||
|
||||
1.3.5 (2013-11-01)
|
||||
|
|
@ -23,11 +24,9 @@ Changes
|
|||
1.3.3 (2013-07-05)
|
||||
------------------
|
||||
|
||||
- Added 'username' field to the Admin table
|
||||
[bkvirendra]
|
||||
- Added 'username' field to the Admin table [bkvirendra]
|
||||
- Removed fallback logging creation since logging cames by default on django 1.4 or later, if you don't have it is because you explicitly wanted. Fixes #45 [camilonova]
|
||||
|
||||
- Removed fallback logging creation since logging cames by default on django 1.4 or later, if you don't have it is because you explicitly wanted. Fixes #45
|
||||
[camilonova]
|
||||
|
||||
1.3.2 (2013-03-28)
|
||||
------------------
|
||||
|
|
@ -42,63 +41,50 @@ Changes
|
|||
- Improved tests so it really looks for the rabbit in the hole [camilonova]
|
||||
- Match pypi version [camilonova]
|
||||
|
||||
|
||||
1.3.1 (2013-03-19)
|
||||
------------------
|
||||
|
||||
- Add support for Django 1.5 [camilonova]
|
||||
|
||||
|
||||
1.3.0 (2013-02-27)
|
||||
------------------
|
||||
|
||||
- Bug fix: get_version() format string [csghormley]
|
||||
|
||||
|
||||
1.2.9 (2013-02-20)
|
||||
------------------
|
||||
|
||||
- Add to and improve test cases [camilonova]
|
||||
|
||||
|
||||
1.2.8 (2013-01-23)
|
||||
------------------
|
||||
|
||||
- Increased http accept header length [jslatts]
|
||||
|
||||
|
||||
1.2.7 (2013-01-17)
|
||||
------------------
|
||||
|
||||
- Reverse proxy support
|
||||
[rmagee]
|
||||
- Reverse proxy support [rmagee]
|
||||
- Clean up README [martey]
|
||||
|
||||
- Clean up README
|
||||
[martey]
|
||||
|
||||
1.2.6 (2012-12-04)
|
||||
------------------
|
||||
|
||||
- Remove unused import
|
||||
[aclark]
|
||||
- Remove unused import [aclark]
|
||||
|
||||
|
||||
1.2.5 (2012-11-28)
|
||||
------------------
|
||||
|
||||
- Fix setup.py
|
||||
[aclark]
|
||||
|
||||
- Added ability to flag user accounts as unlockable.
|
||||
[kencochrane]
|
||||
|
||||
- Added ipaddress as a param to the user_locked_out signal.
|
||||
[kencochrane]
|
||||
|
||||
- Added a signal receiver for user_logged_out.
|
||||
[kencochrane]
|
||||
|
||||
- Added a signal for when a user gets locked out.
|
||||
[kencochrane]
|
||||
|
||||
- Added AccessLog model to log all access attempts.
|
||||
[kencochrane]
|
||||
|
||||
< 1.2.5
|
||||
-------
|
||||
|
||||
- XXX Fix me
|
||||
- Fix setup.py [aclark]
|
||||
- Added ability to flag user accounts as unlockable. [kencochrane]
|
||||
- Added ipaddress as a param to the user_locked_out signal. [kencochrane]
|
||||
- Added a signal receiver for user_logged_out. [kencochrane]
|
||||
- Added a signal for when a user gets locked out. [kencochrane]
|
||||
- Added AccessLog model to log all access attempts. [kencochrane]
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-axes',
|
||||
version='1.3.6.dev0',
|
||||
version='1.3.6',
|
||||
description="Keep track of failed login attempts in Django-powered sites.",
|
||||
long_description=(open('README.rst', 'r').read() + '\n' +
|
||||
open('CHANGES.txt', 'r').read()),
|
||||
|
|
|
|||
Loading…
Reference in a new issue