Commit History

Author SHA1 Message Date
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 years ago
  Aymeric Augustin ac37ed21b3 Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 12 years ago
  Aymeric Augustin 50a985b09b Fixed #19099 -- Split broken link emails out of common middleware. 12 years ago
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 years ago
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. 12 years ago
  Preston Holmes 11ded967c4 Fixed #19498 -- refactored auth documentation 12 years ago
  Tim Graham 3e0857041b Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be first in the list of middleware. 12 years ago
  Tim Graham 2d1214d92a Fixed #14165 - Documented that TransactionMiddleware only applies to the default database. 12 years ago
  Tim Graham 07d70e9b26 Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the report. 12 years ago
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 12 years ago
  Adrian Holovaty 6ecadcbdd2 Made a bunch more edits up until [17418] 13 years ago
  Aymeric Augustin 4288c8831b Fixed #10762, #17514 -- Prevented the GZip middleware from returning a response longer than the original content, allowed compression of non-200 responses, and added tests (there were none). Thanks cannona for the initial patch. 13 years ago
  Karen Tracey 0426962dac Fix #16998: Update name of the CSRF middleware in doc. Thanks ptone and poirier. 13 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Jannis Leidel 43cb78fafd Fixed #14506 -- Added an assertion to XViewMiddleware about the dependency on the authentication middleware. Thanks, vanschelven. 13 years ago
  Timo Graham b9ea5e163e Fixed #16258 - typo in middleware docs. 13 years ago
  Luke Plant 524c5fa07a Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 14 years ago
  Timo Graham ee5fb7d18c Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the patch. 14 years ago
  Timo Graham 2ea93f9327 Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 14 years ago
  Timo Graham 9d3b3d11f4 Fixed #14785 - fixes to middleware docs - thanks adamv for the patch. 14 years ago
  Gabriel Hurley 682f4cf9ed Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs and into their own reference section, and significantly improved the documentation of what admindocs can do. Thanks to jabapyth for the report, and whiteinge for the patch. 14 years ago
  Gabriel Hurley 34f003028d Fixed #14047 -- Updated the CommonMiddleware docs to include sending broken link email notifications. Thanks to Leon Matthews for the report and patch. 14 years ago
  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 years ago
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 years ago
  James Bennett 5c256ddeec Fixed #13072: Corrected a few markup and formatting errors in the documentation. 15 years ago
  Gary Wilson Jr c6fa4936b3 Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson. 15 years ago
  Luke Plant 25020ddb05 Fixed #4604 - Configurable message passing system, supporting anonymous users 15 years ago
  Luke Plant 7230a995ce Moved contrib.csrf.* to core code. 15 years ago
  Jacob Kaplan-Moss d78cf61c99 BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware. 15 years ago
  Gary Wilson Jr f76cb41251 A few minor wording, whitespace, punctuation, and link changes for the middleware documentation. 16 years ago