Merge pull request #430 from kaedroho/south-1.0

Use South 1.0 migration directory
This commit is contained in:
Matt Westcott 2014-07-28 08:40:37 +02:00
commit 560c97a9ed
29 changed files with 2 additions and 2 deletions

View file

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