Skip to content

Commit

Permalink
Tech Debt: set version of Django to be less than 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
imtapps committed Nov 11, 2013
1 parent 810e474 commit bdccd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from forms_ext import VERSION

REQUIREMENTS = [
'django',
'django<1.6',
]

TEST_REQUIREMENTS = [
Expand Down

0 comments on commit bdccd75

Please sign in to comment.