summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-06-10 16:36:20 +0530
committerMadhusudan.C.S2011-06-10 16:36:20 +0530
commit4f672ac9502f87473dcd9d928c5c54db5e3f8bcc (patch)
tree2feac7397148c43b9aaa0ac0e3cff6a2a4efa6e7
parent0409f1a3b7b197718fa4a50b3747cd0593b17eed (diff)
downloadpytask-4f672ac9502f87473dcd9d928c5c54db5e3f8bcc.tar.gz
pytask-4f672ac9502f87473dcd9d928c5c54db5e3f8bcc.tar.bz2
pytask-4f672ac9502f87473dcd9d928c5c54db5e3f8bcc.zip
Update Django to version 1.3.
-rw-r--r--buildout.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg
index c4b4414..a8f8daf 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -12,9 +12,11 @@ eggs =
South
Werkzeug
+[versions]
+django = 1.3
+
[django]
recipe = djangorecipe
-version = 1.2.4
project = pytask
settings = settings
wsgi = true