0.2.0
- Tested for Django 2.0 support
- Updated test app for Django 2.0 support
- Updated tox and travis for automated tests with Django 2.0
- Behaviour change: Prior to 0.2.0 the UserForeignKey field had
editable
set toFalse
only ifauto_user == True
. Since 0.2.0editable
is set toFalse
ifauto_user == True or auto_user_add == True