Upgrades the app from Django 1.8 to 1.11. Still some stuff I'd like to do now, mainly moving to class-based views but this fixes everything that broke.
After merging this will require running migrations (./manage.py migrate) because the internal user/admin apps have migrations to apply.
Upgrades the app from Django 1.8 to 1.11. Still some stuff I'd like to do now, mainly moving to class-based views but this fixes everything that broke.
After merging this will require running migrations (
./manage.py migrate
) because the internal user/admin apps have migrations to apply.