# HG changeset patch # User dellsystem # Date 1346397056 14400 # Node ID 9d6b313af86f551199f17b12dcf15ae8e904bf6c # Parent f872c643b056be7885ae30bf545e3165feb15514 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. diff -r f872c643b056 -r 9d6b313af86f README --- 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 diff -r f872c643b056 -r 9d6b313af86f pip-requirements --- 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