Skip to content

Commit c79cd9b

Browse files
committed
tests: use south==1.0.2
1 parent 9026e18 commit c79cd9b

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

generate_configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def requirements(env):
8282
yield 'django-configurations==0.8'
8383

8484
if env.is_py2():
85-
yield 'south==1.0'
85+
yield 'south==1.0.2'
8686

8787
if env.settings == 'postgres':
8888
# Django 1.3 does not work with recent psycopg2 versions

0 commit comments

Comments
 (0)