aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2016-02-03 13:40:18 -0600
committerAndy Doan <andy.doan@linaro.org>2016-03-02 13:53:18 -0600
commit40a05365a6bea20fd30e70ddda39bcc6e81bdd7c (patch)
tree4a9e47ec2f077409e0f6d1a02223da17a03ef3dd /settings.py
parent969c10c0a66b39bf483049c00a98b8773fbe684b (diff)
django 1.8: upgrade Django 1.8.9 (LTS)
We have some small requirements changes as a part of moving to Django 1.8: * longerusername no longer needed: The username field has had its size increased since Django 1.7, so this is no longer needed * south - Django 1.7 includes its own migration system. As per Django upgrade guides, I've removed the old south migrations and created a new "initial" state. * django-openid-auth has been upgraded. We had this pinned at 0.5 because that was the latest version supporting South. Now we have to be on their most recent version to use Django migrations. deployment note: This can't really be automatically deployed. We'll have to go to each system and run a "fake migration" to make the new django migration system think the DB state is correct. Change-Id: I29f2f6329a10d4626fb348317d8cdb88927984c3
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index f22b528..faf334a 100644
--- a/settings.py
+++ b/settings.py
@@ -115,9 +115,7 @@ INSTALLED_APPS = (
'django.contrib.staticfiles',
'django.contrib.admin',
'django_openid_auth',
- 'south',
'license_protected_downloads',
- 'longerusername',
)
AUTHENTICATION_BACKENDS = (