- Treat :attr:`~django.contrib.auth.models.User.is_authenticated` and :attr:`~django.contrib.auth.models.User.is_anonymous` as properties in Django 1.10 and later.
- Add explict on_delete behavior for all foreign keys.
v0.2.4 - January 10, 2016 - Python 3 cleanup --------------------------------------------------------------------------------
- All modules include all four Python 3 __future__ imports for consistency.
- :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.