mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-05 05:54:44 +00:00
Merge pull request #430 from kaedroho/south-1.0
Use South 1.0 migration directory
This commit is contained in:
commit
560c97a9ed
29 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -24,11 +24,11 @@ PY3 = sys.version_info[0] == 3
|
|||
|
||||
install_requires = [
|
||||
"Django>=1.6.2,<1.7",
|
||||
"South>=0.8.4",
|
||||
"South==1.0.0",
|
||||
"django-compressor>=1.4",
|
||||
"django-libsass>=0.2",
|
||||
"django-modelcluster>=0.3",
|
||||
"django-taggit==0.11.2",
|
||||
"django-taggit==0.12.0",
|
||||
"django-treebeard==2.0",
|
||||
"Pillow>=2.3.0",
|
||||
"beautifulsoup4>=4.3.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue