Skip to content

Commit

Permalink
require django >= 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGrahamFoster committed Feb 24, 2016
1 parent 7bd05be commit ea3348c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==2.3.5
pytest-cov==1.6
Django==1.5.4
Django>=1.9

1 comment on commit ea3348c

@swiharta
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you requiring Django 1.9? I am using 1.8, which is the long-term release. Are there problems with that version or even earlier versions?

Please sign in to comment.