diff options
author | Madhusudan.C.S | 2011-01-28 02:27:40 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2011-01-28 02:27:40 +0530 |
commit | 53859487e56406f1fc7e1cb351a1c78d647f3226 (patch) | |
tree | 0559df89bb35a40c0efd1fa6099e9a6881ddb3bd | |
parent | dac54ef9068dffba64777f60659fac685b29a453 (diff) | |
download | pytask-53859487e56406f1fc7e1cb351a1c78d647f3226.tar.gz pytask-53859487e56406f1fc7e1cb351a1c78d647f3226.tar.bz2 pytask-53859487e56406f1fc7e1cb351a1c78d647f3226.zip |
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.
-rw-r--r-- | buildout.cfg | 7 |
1 files changed, 1 insertions, 6 deletions
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/ |