Use the release version of South than the latest version.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Fri, 28 Jan 2011 02:27:40 +0530
changeset 519 84709567f47a
parent 518 92d2f8fb6d09
child 520 958eb8854b63
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
--- 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/