.. vim: ft=rst nospell tw=80

v0.1.6 - May 9, 2013 - Django 1.5 compatibility
-----------------------------------------------

Custom user models are now supported.

Unit tests have been updated to work across Django versions, with and without
USE_TZ=True.


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

The middleware is now disabled in Django < 1.4 and all unit tests are skipped.


v0.1.4 - Sep 10, 2012 - Admin cosmetics
---------------------------------------

- Add :func:`AgentSettings.unicode
  <django_agent_trust.models.AgentSettings.unicode>` for the benefit of the
  admin site.


v0.1.3 - Aug 20, 2012 - Packaging fix
-------------------------------------

- Switch to setuptools to install fixtures. The tests will fail otherwise.


v0.1.2 - Aug 19, 2012 - Security fix
------------------------------------

- Include the username in the signed cookie payload and don't accept it for any
  other user.


v0.1.1 - Aug 19, 2012 - Minor improvements
------------------------------------------

- Added :func:`django_agent_trust.context_processors.agent`.

- Added :attr:`Agent.is_session <django_agent_trust.models.Agent.is_session>` to
  indicate session-scoped trusted agents.


v0.1.0 - Aug 13, 2012 - Initial release
---------------------------------------

Initial beta release. This project was spun off of `django-otp-agents
<http://pypi.python.org/pypi/django-otp-agents>`_, part of the `django-otp
<http://pypi.python.org/pypi/django-otp>`_ suite.
