django-axes/CHANGES.txt

59 lines
904 B
Text
Raw Normal View History

2012-11-29 02:07:45 +00:00
Changes
=======
2013-02-27 20:28:15 +00:00
1.3.0 (2013-02-27)
------------------
- Bug fix: get_version() format string [csghormley]
1.2.9 (2013-02-20)
2013-02-20 14:06:03 +00:00
------------------
- Add to and improve test cases [camilonova]
1.2.8 (2013-01-23)
------------------
- Increased http accept header length [jslatts]
2013-01-18 01:16:50 +00:00
1.2.7 (2013-01-17)
------------------
- Reverse proxy support
[rmagee]
- Clean up README
[martey]
2012-12-04 17:33:57 +00:00
1.2.6 (2012-12-04)
------------------
- Remove unused import
[aclark]
2012-11-29 02:07:45 +00:00
1.2.5 (2012-11-28)
------------------
- Fix setup.py
2012-12-04 17:33:57 +00:00
[aclark]
2012-11-29 02:07:45 +00:00
- 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