2012-11-29 02:07:45 +00:00
Changes
=======
2013-11-01 10:43:31 +00:00
1.3.4 (unreleased)
------------------
2013-11-01 10:45:43 +00:00
- Update README.rst for PyPI [marty] [camilonova] [graingert]
- Add cooloff period [visualspace]
2013-11-01 10:43:31 +00:00
2013-07-05 11:51:32 +00:00
1.3.3 (2013-07-05)
------------------
- 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]
2013-04-28 11:39:20 +00:00
1.3.2 (2013-03-28)
------------------
- Fix an issue when a user logout [camilonova]
- Match pypi version [camilonova]
- Better User model import method [camilonova]
- Use only one place to get the version number [camilonova]
- Fixed an issue when a user on django 1.4 logout [camilonova]
- Handle exception if there is not user profile model set [camilonova]
- Made some cleanup and remove a pokemon exception handling [camilonova]
- Improved tests so it really looks for the rabbit in the hole [camilonova]
- Match pypi version [camilonova]
2013-04-19 17:35:33 +00:00
1.3.1 (2013-03-19)
------------------
- Add support for Django 1.5 [camilonova]
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