Bumping minimum Django version to 1.6.2

Not strictly necessary but 1.6.2 has a lot of bug fixes.
This commit is contained in:
Neal Todd 2014-02-26 15:02:04 +00:00
parent a25c141dcf
commit 17512f961c

View file

@ -39,7 +39,7 @@ setup(
'Topic :: Internet :: WWW/HTTP :: Site Management',
],
install_requires=[
"Django>=1.6.1",
"Django>=1.6.2",
"South>=0.8.4",
"django-compressor>=1.3",
"django-modelcluster>=0.1",