Browse Source

Upgrade to Django 1.8

Starts using version interval instead of version pinning, that way, patch
versions (security updates…), which do not break API will get installed without
requirements.txt modification.
Jocelyn Delalande 8 years ago
parent
commit
6cd751c47a
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.11
+Django>=1.8.17,<1.9
 psycopg2==2.5.2
 python-ldap==2.4.15
 wsgiref==0.1.2