Skip to content

Commit

Permalink
Upgrade to django 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jessamynsmith committed Sep 30, 2015
1 parent 520c583 commit 5f0709b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
2 changes: 0 additions & 2 deletions eggtimer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@
"django.core.context_processors.tz",
"django.contrib.messages.context_processors.messages",
"settings_context_processor.context_processors.settings",
"allauth.account.context_processors.account",
"allauth.socialaccount.context_processors.socialaccount",
)


Expand Down
28 changes: 14 additions & 14 deletions requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
Django==1.7.7
Django==1.8.4
defusedxml==0.4.1
dj-database-url==0.3.0
dj-static==0.0.6
django-allauth==0.19.1
django-allauth==0.23.0
django-bootstrap-form==3.2
django-cors-headers==1.0.0
django-cors-headers==1.1.0
django-custom-user==0.5
django-filter==0.9.2
-e git://github.com/jessamynsmith/django-enumfield.git@9048ede96ab9af597da6dd70ee9c36f757b99bb4#egg=django_enumfield-origin_allow_blank_choice
django-filter==0.11.0
django-floppyforms==1.5.2
django-settings-context-processor==0.2
django-sslify==0.2.7
django-timezone-field==1.2
-e git://github.com/jessamynsmith/django-enumfield.git@9048ede96ab9af597da6dd70ee9c36f757b99bb4#egg=django_enumfield-origin_allow_blank_choice
djangorestframework==3.1.1
djangorestframework==3.2.4
gunicorn==19.3.0
mimeparse==0.1.3
newrelic==2.50.0.39
oauthlib==0.7.2
psycopg2==2.6
newrelic==2.54.0.41
oauthlib==1.0.3
psycopg2==2.6.1
python-dateutil==2.4.2
python-mimeparse==0.1.4
python-openid==2.2.5
python3-openid==3.0.5
pytz==2015.2
requests==2.6.0
requests-oauthlib==0.4.2
python3-openid==3.0.7
pytz==2015.6
requests==2.7.0
requests-oauthlib==0.5.0
six==1.9.0
static3==0.5.1
static3==0.6.1

0 comments on commit 5f0709b

Please sign in to comment.