Skip to content

Commit

Permalink
Always use South 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Apr 20, 2015
1 parent caa4802 commit 8f14ad6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
install_requires=[
'Django>=1.4,<1.8',
'django-classy-tags>=0.5',
'south>=0.7.2',
'south>=1.0.2',
'html5lib',
'django-mptt>=0.6,<0.6.2',
'django-sekizai>=0.7',
Expand Down
2 changes: 1 addition & 1 deletion test_requirements/django-1.4.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements_base.txt
Django>=1.4.5,<1.5
South==0.8.4
South==1.0.2
django-reversion>=1.6.6,<1.7
https://github.com/KristianOellegaard/django-hvad/archive/master.zip#egg=hvad
2 changes: 1 addition & 1 deletion test_requirements/django-1.5.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements_base.txt
Django>=1.5,<1.6
South==0.8.4
South==1.0.2
django-reversion>=1.7,<=1.8
https://github.com/KristianOellegaard/django-hvad/archive/master.zip#egg=hvad
2 changes: 1 addition & 1 deletion test_requirements/django-1.6.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements_base.txt
django>=1.6,<1.7
South==0.8.4
South==1.0.2
django-reversion<1.8.3
https://github.com/KristianOellegaard/django-hvad/archive/master.zip#egg=hvad

0 comments on commit 8f14ad6

Please sign in to comment.