| Age | Commit message (Expand) | Author |
| 2013-08-05 | [1.6.x] Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs. | Tim Graham |
| 2013-04-20 | Adapted uses of versionchanged/versionadded to the new form. | Juan Catalano |
| 2012-12-16 | Replaced the test case hierarchy schema with a vector version. | Aymeric Augustin |
| 2012-12-16 | Added PDF version of SVG file for latexpdf builds. | Aymeric Augustin |
| 2012-12-09 | Edited the middleware doc for completeness, clarity, and consistency. | Aymeric Augustin |
| 2012-12-09 | Fixed #12502 -- Improved middleware diagram. | Aymeric Augustin |
| 2012-10-20 | Fixed #7581 -- Added streaming responses. | Aymeric Augustin |
| 2012-09-20 | Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 | Tim Graham |
| 2012-07-08 | Fixed #18577 - Clarified middleware initialization. | Tim Graham |
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from [16... | Luke Plant |
| 2011-10-11 | Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse an... | Carl Meyer |
| 2011-09-16 | Fixed #16863 -- Corrected ReST markup to avoid errors building docs. | Carl Meyer |
| 2011-09-09 | Fixed #16384: warn against accessing request.POST/REQUEST in middleware. | Jacob Kaplan-Moss |
| 2011-05-29 | Fixed #16120 -- Updated a few reference links in the docs after the contribut... | Jannis Leidel |
| 2011-01-18 | Fixed #15109 - typo in middleware docs; thanks colinsullivan for the report. | Timo Graham |
| 2010-12-07 | Corrected typo in middleware docs. Thanks to matt_c for the report. | Russell Keith-Magee |
| 2010-12-07 | Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than... | Russell Keith-Magee |
| 2010-11-27 | Fixed #14785 - fixes to middleware docs - thanks adamv for the patch. | Timo Graham |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-03-16 | Fixed #13120: Corrected typo in middleware doc. Thanks django@willhardy.com.au. | Karen Tracey |
| 2010-02-21 | Fixed #12795 - Updated the middleware docs to include the messages app middle... | Jannis Leidel |
| 2009-10-27 | Moved contrib.csrf.* to core code. | Luke Plant |
| 2009-10-26 | Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo... | Luke Plant |
| 2009-06-18 | Fixed #11322 -- Clarified docs regarding middleware processing. Thanks the Mi... | Russell Keith-Magee |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-03-23 | Made default MIDDLEWARE_CLASSES same as in project_template. | Luke Plant |
| 2009-03-23 | Reverted 10094 and 10095 (in favour of solution that will hopefully land for ... | Luke Plant |
| 2009-03-19 | Updated all refs to default middleware in docs. | Luke Plant |
| 2009-02-15 | A few minor wording, whitespace, punctuation, and link changes for the middle... | Gary Wilson Jr |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |