From 53859487e56406f1fc7e1cb351a1c78d647f3226 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Fri, 28 Jan 2011 02:27:40 +0530 Subject: Use the release version of South than the latest version. South is very critical for our application. So don't take any risk with the users data. Use the release version. --- buildout.cfg | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'buildout.cfg') diff --git a/buildout.cfg b/buildout.cfg index e0759e0..e0cf113 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -3,13 +3,13 @@ parts = django tagging django-robots - south registration django-command-extensions eggs = PIL psycopg2 pygments + South Werkzeug [django] @@ -23,7 +23,6 @@ pythonpath = ${django-command-extensions:location} ${tagging:location} ${django-robots:location} - ${south:location} ${registration:location} [tagging] @@ -34,10 +33,6 @@ urls = http://django-tagging.googlecode.com/svn/trunk/ . recipe = mercurialrecipe repository = https://bitbucket.org/jezdez/django-robots/ -[south] -recipe = mercurialrecipe -repository = https://bitbucket.org/andrewgodwin/south/ - [registration] recipe = mercurialrecipe repository = https://bitbucket.org/ubernostrum/django-registration/ -- cgit