index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
middleware.txt
Age
Commit message (
Expand
)
Author
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss
2008-08-08
Fixed #7820: MiddlewareNotUsed is finally documented somewhere else besides m...
Jacob Kaplan-Moss
2008-07-27
Normalized the use of "JavaScript" in the documentation.
Gary Wilson Jr
2008-01-02
Fixed #6247 -- Added CsrfMiddleware to docs/middleware.txt. Thanks, Uninen
Adrian Holovaty
2007-12-19
Edited docs/middleware.txt changes from [6852]
Adrian Holovaty
2007-12-04
Removed some 'behaviour's from the docs
Adrian Holovaty
2007-12-02
Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...
Malcolm Tredinnick
2007-11-15
Fixed #5898 -- Updated docs for r6662, as pointed out by arien.
Malcolm Tredinnick
2007-10-21
Fixed #5013 -- Corrected the documentation about which how further middleware
Malcolm Tredinnick
2007-08-12
Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, coli...
Malcolm Tredinnick
2007-07-12
Fixed #4764 -- Added reference to Locale middleware in middleware docs. Thank...
Russell Keith-Magee
2007-03-23
Remove notes about things added/removed in development version, since the dev...
James Bennett
2007-01-24
Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...
Adrian Holovaty
2007-01-03
Fixed #3225: fixed a typo on docs/middleware.txt. Thanks, Collin Grady
Jacob Kaplan-Moss
2006-08-18
Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentati...
Adrian Holovaty
2006-05-26
Fixed #1998 -- Changed double quotes to single quotes
Adrian Holovaty
2006-05-20
Documented that CommonMiddleware will not append a slash to URLs containing a
Malcolm Tredinnick
2006-05-02
Fixed #1739 -- Fixed typo in link in docs/middleware.txt
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-11-27
Updated middleware.txt and url_dispatch.txt docs to reflect [1470] (support f...
Adrian Holovaty
2005-11-11
BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...
Adrian Holovaty
2005-11-11
Updated docs/middleware.txt to say exception middleware is applied in reverse...
Adrian Holovaty
2005-11-11
Updated middleware.txt to note that response middleware is applied in reverse
Adrian Holovaty
2005-10-19
Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...
Adrian Holovaty
2005-10-15
Fixed #616 -- Added a process_exception() hook to middleware framework. Thank...
Adrian Holovaty
2005-10-09
Changed some formatting in docs/middleware.txt
Adrian Holovaty
2005-10-09
Fixed #580 -- Added mega support for generating Vary headers, including some ...
Adrian Holovaty
2005-08-31
Reordered stuff in docs/middleware.txt and added some small clarifications
Adrian Holovaty
2005-08-31
Added docs/middleware.txt
Adrian Holovaty