Skip to content

Commit

Permalink
requirements: Enable Django 1.11
Browse files Browse the repository at this point in the history
This is now completely supported. Let's enable it.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Tested-by: Daniel Axtens <dja@axtens.net>
  • Loading branch information
stephenfin committed Dec 3, 2017
1 parent 47fbb7f commit cca52e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,4 +1,4 @@
Django>=1.8,<1.11
Django>=1.8,<2.0
djangorestframework>=3.4,<3.7
django-filter>=1.0,<1.1
-r requirements-test.txt
2 changes: 1 addition & 1 deletion requirements-prod.txt
@@ -1,4 +1,4 @@
Django>=1.8,<1.11
Django>=1.8,<2.0
djangorestframework>=3.4,<3.7
django-filter>=1.0,<1.1
psycopg2>=2.7,<2.8
Expand Down

0 comments on commit cca52e1

Please sign in to comment.