]> git.openstreetmap.org Git - osqa.git/commit
Try to import the new Django CSRF middleware, otherwise add the old Django 1.1 CSRF...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 3 May 2011 17:39:28 +0000 (17:39 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 3 May 2011 17:39:28 +0000 (17:39 +0000)
commit2e2c5ce5034cc846db2837fdc382d754e9cd72a3
tree901f0a7d5f41725a2c2a2f072ec9521b664333b0
parent5a737217111e2ee8734d5770db9ee0ac0d6b0314
Try to import the new Django CSRF middleware, otherwise add the old Django 1.1 CSRF middleware classes to the MIDDLEWARE_CLASSES list. Making Django 1.1.4 backwards incompatible change backwards compatible.

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1018 0cfe37f9-358a-4d5e-be75-b63607b5c754
settings.py