From 76624cd6f367e0f15492a0ec366b0ee87d8955bc Mon Sep 17 00:00:00 2001 From: Ari Mudev Date: Sun, 5 Sep 2010 12:36:53 +0000 Subject: [PATCH] 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. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index bada703a39..9fe6499f57 100644 --- a/INSTALL +++ b/INSTALL @@ -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)