django/docs
Luke Plant 2d28724730 Added CSRF middleware to default settings and updated docs.
Updated docs to reflect the change, and the fact that using the
two separate middleware is preferred to using the combined one.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@10094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-19 23:14:20 +00:00
..
_ext
_static
_templates
faq
howto Fixed #689 -- Added a middleware and authentication backend to contrib.auth for supporting external authentication solutions. Thanks to all who contributed to this patch, including Ian Holsman, garthk, Koen Biermans, Marc Fargas, ekarulf, and Ramiro Morales. 2009-03-15 05:54:28 +00:00
internals Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic on Memcache; implemented as a 2 stage retrieve/update on other backends. Includes refactor of the cache tests to ensure all the backends are actually tested, and a fix to the DB cache backend that was discovered as a result. Thanks to Michael Malone for the original patch. 2009-03-11 13:27:03 +00:00
intro
man
misc
obsolete
ref Added CSRF middleware to default settings and updated docs. 2009-03-19 23:14:20 +00:00
releases Added CSRF middleware to default settings and updated docs. 2009-03-19 23:14:20 +00:00
topics Added some documentation explaining "managed=False" vs. "proxy=True". 2009-03-19 09:04:19 +00:00
conf.py
contents.txt
glossary.txt
index.txt
Makefile