diff pip-requirements @ 103:9d6b313af86f

Upgrade Django version requirement to 1.3 There are some useful shortcut functions (like render) that were added in 1.3, as well as some other additions/changes made in that version that will be helpful down the line.
author dellsystem <ilostwaldo@gmail.com>
date Fri, 31 Aug 2012 03:10:56 -0400
parents d4e5ef15326a
children c7be7def8b57
line wrap: on
line diff
--- a/pip-requirements
+++ b/pip-requirements
@@ -1,4 +1,4 @@
-Django==1.2
+Django==1.3
 Pygments==1.5
 argparse==1.2.1
 distribute==0.6.24