提交历史

作者 SHA1 备注 提交日期
  Peter Kowalczyk 48241ec9c4 Fixed typo in middleware docs. 10 年之前
  Claude Paroz 756c390fb5 Fixed #20816 -- Added hints about Django middleware ordering 10 年之前
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 11 年之前
  Baptiste Mispelon 79e1d6ebd7 Don't show `self` in the list of arguments of a method. 11 年之前
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 年之前
  Tim Graham 26c4bd38ac Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs. 11 年之前
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 年之前
  Aymeric Augustin dbdd253860 Replaced the test case hierarchy schema with a vector version. 12 年之前
  Aymeric Augustin bf14aed3cc Added PDF version of SVG file for latexpdf builds. 12 年之前
  Aymeric Augustin be9f2919e0 Edited the middleware doc for completeness, clarity, and consistency. 12 年之前
  Aymeric Augustin ae8e97384b Fixed #12502 -- Improved middleware diagram. 12 年之前
  Aymeric Augustin 4b27813198 Fixed #7581 -- Added streaming responses. 12 年之前
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 年之前
  Tim Graham 590de18add Fixed #18577 - Clarified middleware initialization. 12 年之前
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 年之前
  Carl Meyer 5c8c7c34be Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse and middleware handling. Refs #16004. Thanks ptone. 13 年之前
  Carl Meyer 00678334aa Fixed #16863 -- Corrected ReST markup to avoid errors building docs. 13 年之前
  Jacob Kaplan-Moss 0b174ccf0e Fixed #16384: warn against accessing request.POST/REQUEST in middleware. 13 年之前
  Jannis Leidel 61da3cc47a Fixed #16120 -- Updated a few reference links in the docs after the contributing reorganization. Thanks to Julien and Ramiro. 14 年之前
  Timo Graham 457aaca7fa Fixed #15109 - typo in middleware docs; thanks colinsullivan for the report. 14 年之前
  Russell Keith-Magee 061a9cad67 Corrected typo in middleware docs. Thanks to matt_c for the report. 14 年之前
  Russell Keith-Magee e0dcd7666a Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Thanks to Simon Willison for the original idea, and to Mikhail Korobov and Ivan Sagalaev for their assistance, including the draft patch from Mikhail. 14 年之前
  Timo Graham 9d3b3d11f4 Fixed #14785 - fixes to middleware docs - thanks adamv for the patch. 14 年之前
  Russell Keith-Magee a904e55859 Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. 14 年之前
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 年之前
  Karen Tracey 3c59067a4f Fixed #13120: Corrected typo in middleware doc. Thanks django@willhardy.com.au. 15 年之前
  Jannis Leidel 1559f64549 Fixed #12795 - Updated the middleware docs to include the messages app middleware. Thanks, Timo. 15 年之前
  Luke Plant 7230a995ce Moved contrib.csrf.* to core code. 15 年之前
  Luke Plant 8e70cef9b6 Fixed #9977 - CsrfMiddleware gets template tag added, session dependency removed, and turned on by default. 15 年之前
  Russell Keith-Magee d71097111a Fixed #11322 -- Clarified docs regarding middleware processing. Thanks the Michael Malone for the patch. 15 年之前