Skip to content

Commit

Permalink
Require Django 1.3.1 or higher in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Jun 12, 2012
1 parent 91870d9 commit 089e099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
platforms=['OS Independent'],
classifiers=CLASSIFIERS,
install_requires=[
'Django>=1.2.5',
'Django>=1.3.1',
'django-classy-tags>=0.3.4.1',
'south>=0.7.2',
'html5lib',
Expand Down

0 comments on commit 089e099

Please sign in to comment.