0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-27 15:56:30 +01:00

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",