summaryrefslogtreecommitdiff
path: root/docs/topics/http/middleware.txt
AgeCommit message (Expand)Author
2011-01-18Fixed #15109 - typo in middleware docs; thanks colinsullivan for the report.Timo Graham
2010-12-07Corrected typo in middleware docs. Thanks to matt_c for the report.Russell Keith-Magee
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-11-27Fixed #14785 - fixes to middleware docs - thanks adamv for the patch.Timo Graham
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-03-16Fixed #13120: Corrected typo in middleware doc. Thanks django@willhardy.com.au.Karen Tracey
2010-02-21Fixed #12795 - Updated the middleware docs to include the messages app middle...Jannis Leidel
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-06-18Fixed #11322 -- Clarified docs regarding middleware processing. Thanks the Mi...Russell Keith-Magee
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-23Made default MIDDLEWARE_CLASSES same as in project_template.Luke Plant
2009-03-23Reverted 10094 and 10095 (in favour of solution that will hopefully land for ...Luke Plant
2009-03-19Updated all refs to default middleware in docs.Luke Plant
2009-02-15A few minor wording, whitespace, punctuation, and link changes for the middle...Gary Wilson Jr
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss