diff -r fcc5e2f0befd -r 8994d24e4b2f buildout.cfg --- a/buildout.cfg Sat May 19 10:21:54 2012 +0200 +++ b/buildout.cfg Mon May 21 16:50:42 2012 +0200 @@ -9,6 +9,9 @@ unzip = true develop = . +[versions] +django = 1.3 + [python] recipe = zc.recipe.egg interpreter = python @@ -16,7 +19,6 @@ [django] recipe = djangorecipe -version = 1.3 # trunk project = cm projectegg = cm