Browse Source

Upgrade Django fro 1.7.8 to 1.7.11 (security fixes)

https://docs.djangoproject.com/en/1.7/releases/1.7.11/

This is the last upstream update for Django 1.7, we should migrate to
Django 1.8 (see issue #13).
Baptiste Jonglez 9 years ago
parent
commit
b9158944d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -1,4 +1,4 @@
-Django==1.7.8
+Django==1.7.11
 psycopg2==2.5.2
 python-ldap==2.4.15
 wsgiref==0.1.2