* Drop support for Django prior to 2.1.2 (60 thanks LaundroMat)
1.2.0
-----
Allow a field other than `username` to be used to better support custom users. (56, thanks pashinin)
1.1.1
-----
Fix small error in setup.py classifiers, as we now only support Django 1.10 and above.
1.1.0
-----
This is a compatibility release with Django 1.10.0. This is now the minimum supported version. If you require compatibility with versions below that, please use version 1.0.2.
* Fix URL patterns for 1.10.0 compat (49 ,thanks kevinmickey and nschlemm)
1.0.2
-----
* Add `csrf_token` to convert form (thanks jnoss) * Fix dependency on incorrect version of `six` (47) * Minor tidy of the way databases are selected in tests