mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 05:24:45 +00: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:
parent
a25c141dcf
commit
17512f961c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue