Skip to content

Commit

Permalink
Don't support django 1.7 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoravcik committed Sep 5, 2014
1 parent 183f8a9 commit ffe2a5b
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 @@ -21,7 +21,7 @@
packages=find_packages(exclude=["sandbox*", "tests*"]),
include_package_data=True,
install_requires=[
'django>=1.2',
'django>=1.2,<1.7',
],
# See http://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=['Environment :: Web Environment',
Expand Down

0 comments on commit ffe2a5b

Please sign in to comment.