Changes
=======

1.3.4 (unreleased)
------------------

- Update README.rst for PyPI [marty] [camilonova] [graingert]
- Add cooloff period [visualspace]


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]

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]

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]

- Clean up README
  [martey]

1.2.6 (2012-12-04)
------------------

- 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
