From 9b5d39e1f8204f1692df31291a1f65d28184cd50 Mon Sep 17 00:00:00 2001 From: Val L33 Date: Wed, 26 Oct 2011 15:34:25 -0400 Subject: [PATCH] Up django version to 1.3.1 --- buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index 43d9cee..6278212 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -7,7 +7,7 @@ eggs = django-uuslug Django [versions] -django = 1.3 +django = 1.3.1 [python] recipe = zc.recipe.egg