v0.2.2 - October 11, 2015 - Django 1.8
--------------------------------------

- Stop importing models into the root of the package.

- General cleanup and compatibility with Django 1.9a1.


v0.2.1 - April 3, 2015 - Django 1.8
-----------------------------------

- Add support for the new app registry, when available.

- Add Django 1.8 to the test matrix and fix a few test bugs.


v0.2.0 - November 10, 2013 - Django 1.6
---------------------------------------

- Now supports Django 1.4 to 1.6 on Python 2.6, 2.7, 3.2, and 3.3. This is the
  first release for Python 3.


v0.1.4 -- August 20, 2013 - Fix in otp_required
-----------------------------------------------

- :func:`~otp_agents.decorators.otp_required` no longer ignores
  ``if_configured`` when ``accept_trusted_agent`` is ``True``. The default
  behavior for ``login_url`` is also now more explicit.


v0.1.3 -- July 3, 2013 - Decorator improvement
-----------------------------------------------

- Add if_configured argument to :func:`~otp_agents.decorators.otp_required`.


v0.1.2 - May 9, 2013 - Unit test improvements
---------------------------------------------

- Major unit test cleanup. Tests should pass or be skipped under all supported
  versions of Django, with or without custom users and timezone support.


v0.1.1 - October 8, 2012 - Django < 1.4
---------------------------------------

- As a convenience, all unit tests are skipped in Django < 1.4.


v0.1.0 - August 20, 2012 - Initial Release
------------------------------------------

Initial release.


.. vim: ft=rst nospell tw=80
