summaryrefslogtreecommitdiff
path: root/django/middleware
Commit message (Expand)AuthorAgeFilesLines
* Fixed #6228: Changed common middleware to respect request-specific urlconf. T...Karen Tracey2010-03-071-4/+5
* Removed an 'assert False' I stupidly committed in [12165]Adrian Holovaty2010-01-101-2/+0
* Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than...Adrian Holovaty2010-01-101-0/+2
* Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...Adrian Holovaty2010-01-101-1/+2
* Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...Adrian Holovaty2010-01-091-1/+1
* Misc clarifications in csrf middleware commentsLuke Plant2009-10-271-6/+9
* Slight change to CSRF error messages to make debugging easier.Luke Plant2009-10-271-2/+6
* Removed unused import.Luke Plant2009-10-271-4/+0
* Moved contrib.csrf.* to core code.Luke Plant2009-10-271-0/+262
* BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware.Jacob Kaplan-Moss2009-07-291-20/+16
* Fixed #10630 -- Be even more conservative in GZipMiddleware for IE.Malcolm Tredinnick2009-04-121-3/+2
* Fixed #9199 -- We were erroneously only prepending "www" to the domain if weMalcolm Tredinnick2008-10-071-23/+35
* Fixed #9221 -- Small optimisation to caching middleware handling.Malcolm Tredinnick2008-09-301-2/+3
* Fixed #7379: fixed a subtle corner case involving URL encoding in `CommonMidd...Jacob Kaplan-Moss2008-08-271-1/+1
* Fixed #8381 -- Fixed a problem with appending slashes in the common middlewareMalcolm Tredinnick2008-08-211-2/+2
* Fixed a typo and added a bit more ReST markup to cache middleware docstring.Gary Wilson Jr2008-08-151-10/+10
* Split CacheMiddleware up into two parts -- an update-cache and a fetch-from-c...Jacob Kaplan-Moss2008-08-091-57/+115
* Fixed #8121 -- Don't override the Content-Language HTTP header in the localeMalcolm Tredinnick2008-08-091-1/+2
* Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr2008-08-021-3/+3
* Fixed #7046 -- set the response status code correctly in ConditionalGetMiddle...Malcolm Tredinnick2008-06-301-2/+2
* Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by quoti...Adrian Holovaty2008-06-161-1/+1
* Fixed #6480 -- Added application/pdf the list of content types we don't compr...Malcolm Tredinnick2008-02-041-6/+6
* Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...Malcolm Tredinnick2007-12-021-15/+43
* Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP headerMalcolm Tredinnick2007-11-291-5/+18
* Made some stylistic changes in `GZipMiddleware` and added some notes about IE...Gary Wilson Jr2007-11-191-7/+11
* Fixed #5898 -- Changed a few response processing paths to make things harder ...Malcolm Tredinnick2007-11-111-11/+7
* Removed unused variable.Gary Wilson Jr2007-10-311-1/+0
* Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...Gary Wilson Jr2007-10-311-2/+2
* Fixed #5762 -- Quoted the portions that make up the URL when appendingMalcolm Tredinnick2007-10-201-4/+6
* Fixed #5313 -- Only avoid compressing Javascript when the user agent says it'...Malcolm Tredinnick2007-10-201-3/+4
* Fixed #3872, which turns out to not have been a bug in the first place, by re...Jacob Kaplan-Moss2007-09-201-4/+3
* Fixed #3872 -- Fixed incorrect handling of HTTP_X_FORWARDED_FOR in SetRemoteA...Adrian Holovaty2007-09-161-2/+3
* Added a get_host() method to HttpRequest. There is still an http.get_host() v...Malcolm Tredinnick2007-09-151-2/+2
* Added more dict-like methods to HttpResponse as part of the response.headers ...Jacob Kaplan-Moss2007-09-141-1/+1
* Fixed #4994 -- Send back set-cookie headers in "not modified" responses. Well...Malcolm Tredinnick2007-08-121-0/+2
* Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, coli...Malcolm Tredinnick2007-08-121-0/+5
* Fixed #4199 -- Changed date formatting in HTTP expires header to be specMalcolm Tredinnick2007-07-161-3/+2
* Fixed #4484 -- Fixed APPEND_SLASH handling to handle an empty path value.Malcolm Tredinnick2007-07-131-1/+1
* Changed ETag computation to first check if an ETag header already exists in theMalcolm Tredinnick2007-06-171-2/+6
* Fixed #3206 -- Fixed typo in [5407]. This time with bonus testing. Thanks,Malcolm Tredinnick2007-06-021-1/+1
* Fixed #3206 -- Changed ETag comparison to only return 304 when the normalMalcolm Tredinnick2007-06-011-1/+1
* Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick2007-04-261-1/+1
* Added client IP address to the e-mail that is sent when an internalLuke Plant2007-04-201-1/+3
* Fixed #3808 -- Fixed some typos in comments. Thanks, Collin GradyAdrian Holovaty2007-03-251-1/+1
* Fixed #3052: GZIP middleware now correctly reports Content-Length. Thanks, s...Jacob Kaplan-Moss2006-11-221-0/+1
* Improved detection of whether a URL is internal or not for the purposeLuke Plant2006-09-261-1/+7
* Altered [3778] change to match our coding/text style (django.middleware.common)Adrian Holovaty2006-09-251-2/+2
* Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IPMalcolm Tredinnick2006-09-221-4/+5
* Fixed #2602 -- Include User Agent in broken link emails. Thanks, Ian Holsman.Malcolm Tredinnick2006-09-221-1/+2
* Fixed #2541 -- Added helpful error message for CacheMiddleware in the case of...Adrian Holovaty2006-08-181-0/+3