# HG changeset patch # User Madhusudan.C.S # Date 1296161860 -19800 # Node ID 84709567f47a9366e09fd869c411f5451950b0fb # Parent 92d2f8fb6d09f46213b1129ee873bfe10aaa5ea7 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. diff -r 92d2f8fb6d09 -r 84709567f47a buildout.cfg --- a/buildout.cfg Mon Jan 24 23:03:57 2011 +0530 +++ b/buildout.cfg Fri Jan 28 02:27:40 2011 +0530 @@ -3,13 +3,13 @@ django tagging django-robots - south registration django-command-extensions eggs = PIL psycopg2 pygments + South Werkzeug [django] @@ -23,7 +23,6 @@ ${django-command-extensions:location} ${tagging:location} ${django-robots:location} - ${south:location} ${registration:location} [tagging] @@ -34,10 +33,6 @@ 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/