changeset 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 f872c643b056
children 7d753658dc0e 892c7fbd3b35
files README pip-requirements
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Aug 31 02:53:22 2012 -0400
+++ b/README	Fri Aug 31 03:10:56 2012 -0400
@@ -18,7 +18,7 @@
 
 Quickstart for personal debugging:
 
-    1) Install Django 1.2 or higher, Python 2.5 or higher, the
+    1) Install Django 1.3 or higher, Python 2.5 or higher, the
        external libraries, and probably any version of mercurial,
        SQLite3. On a Unix-based system, Python is probably already
        installed, the rest can be gotten from source or your operating
--- a/pip-requirements	Fri Aug 31 02:53:22 2012 -0400
+++ b/pip-requirements	Fri Aug 31 03:10:56 2012 -0400
@@ -1,4 +1,4 @@
-Django==1.2
+Django==1.3
 Pygments==1.5
 argparse==1.2.1
 distribute==0.6.24