Modify Django version requirements to suit our usage of csrf middleware,

which was modified heavily between Django v1.1 and Django v1.2.

While it is possible to modify our code to use Django v1.1's csrf, the
best experience "out-of-the-box" will be while using Django v1.2.
This commit is contained in:
Ari Mudev 2010-09-05 12:36:53 +00:00
parent 1ed013dc11
commit 76624cd6f3

View file

@ -15,7 +15,7 @@ Requirements
+ (pywin32 (sourceforge.net/projects/pywin32) - needed for Windows only)
* Django (www.djangoproject.com)
Version 1.1+ or latest subversion trunk recommended.
Version 1.2.1+ or latest subversion trunk highly recommended.
+ PIL library (www.pythonware.com/products/pil)
* PySqlite2 (http://code.google.com/p/pysqlite)