summaryrefslogtreecommitdiff
path: root/docs/ref/middleware.txt
AgeCommit message (Expand)Author
2014-06-30[1.7.x] Removed reference to old middlewareClaude Paroz
2014-05-22[1.7.x] Fixed #20816 -- Added hints about Django middleware orderingClaude Paroz
2014-04-16[1.7.x] Added RemoteUserMiddleware to middleware reference page.Tim Graham
2014-04-05[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user pas...Tim Graham
2014-03-21[1.7.x] Fixed typos in docs (django.contrib.site)Thomas Schreiber
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho
2014-02-06Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each r...Christopher Medrela
2013-10-03Fixed #19277 -- Added LocaleMiddleware.response_redirect_classEmil Stenström
2013-09-11Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.Tim Graham
2013-07-25Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.Brenton Cleeland
2013-05-19Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareŁukasz Langa
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-11Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin
2013-01-15Fixed #19099 -- Split broken link emails out of common middleware.Aymeric Augustin
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-10-17Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be first in th...Tim Graham
2012-10-11Fixed #14165 - Documented that TransactionMiddleware only applies to the defa...Tim Graham
2012-07-28Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the report.Tim Graham
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
2012-01-09Fixed #10762, #17514 -- Prevented the GZip middleware from returning a respon...Aymeric Augustin
2011-11-12Fix #16998: Update name of the CSRF middleware in doc. Thanks ptone and poirier.Karen Tracey
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-07-03Fixed #14506 -- Added an assertion to XViewMiddleware about the dependency on...Jannis Leidel
2011-06-19Fixed #16258 - typo in middleware docs.Timo Graham
2011-05-30Fixed #14261 - Added clickjacking protection (X-Frame-Options header)Luke Plant
2010-12-27Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the ...Timo Graham
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-11-27Fixed #14785 - fixes to middleware docs - thanks adamv for the patch.Timo Graham
2010-11-07Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs...Gabriel Hurley
2010-10-25Fixed #14047 -- Updated the CommonMiddleware docs to include sending broken l...Gabriel Hurley
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-11Fixed #13072: Corrected a few markup and formatting errors in the documentation.James Bennett
2009-12-26Fixed #9465 -- Simplified API Reference documentation titles for easier looku...Gary Wilson Jr
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-07-29BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware.Jacob Kaplan-Moss
2009-02-15A few minor wording, whitespace, punctuation, and link changes for the middle...Gary Wilson Jr
2008-09-04Correct bad target in middleware documentationJames Bennett
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-09-01Fixed #8698: Updated overview docs for cache middleware to show that it's bee...James Bennett
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss