Skip to content

Commit

Permalink
Merge pull request #250 from bogdal/django-version
Browse files Browse the repository at this point in the history
Don't use the latest version of Django
  • Loading branch information
patrys committed Apr 2, 2015
2 parents e66f778 + d308833 commit 7ec9241
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 @@ -17,7 +17,7 @@
install_requires=[
'Babel>=1.3,<1.4a0',
'BabelDjango>=0.2,<0.3a0',
'Django>=1.7',
'Django>=1.7,<1.8',
'dj_database_url>=0.3.0',
'django-images>=0.4,<0.5a0',
'django-model-utils>=2.0.0,<2.1a0',
Expand Down

0 comments on commit 7ec9241

Please sign in to comment.