- 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.
0.3.4
------------------------------------
- Fix for YubiKey token encoding on Python 3.
v0.3.3 - January 10, 2016 - Python 3 cleanup --------------------------------------------
- All modules include all four Python 3 __future__ imports for consistency.