Warning
If you’re using South, you’ll need to run manage.py migrate --fake django_agent_trust 0001 after upgrading.
Warning
If you’re using Django >=1.8, you’ll need to run manage.py migrate --fake-initial django_agent_trust after upgrading.
Warning
Updating to this version will effectively revoke all previously trusted agents.
Custom user models are now supported.
Unit tests have been updated to work across Django versions, with and without USE_TZ=True.
The middleware is now disabled in Django < 1.4 and all unit tests are skipped.
Initial beta release. This project was spun off of django-otp-agents, part of the django-otp suite.