summaryrefslogtreecommitdiff
path: root/django/middleware/common.py
AgeCommit message (Expand)Author
2008-08-27Fixed #7379: fixed a subtle corner case involving URL encoding in `CommonMidd...Jacob Kaplan-Moss
2008-08-21Fixed #8381 -- Fixed a problem with appending slashes in the common middlewareMalcolm Tredinnick
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-06-16Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by quoti...Adrian Holovaty
2007-12-02Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...Malcolm Tredinnick
2007-10-20Fixed #5762 -- Quoted the portions that make up the URL when appendingMalcolm Tredinnick
2007-09-15Added a get_host() method to HttpRequest. There is still an http.get_host() v...Malcolm Tredinnick
2007-08-12Fixed #4994 -- Send back set-cookie headers in "not modified" responses. Well...Malcolm Tredinnick
2007-07-13Fixed #4484 -- Fixed APPEND_SLASH handling to handle an empty path value.Malcolm Tredinnick
2007-06-17Changed ETag computation to first check if an ETag header already exists in theMalcolm Tredinnick
2007-06-02Fixed #3206 -- Fixed typo in [5407]. This time with bonus testing. Thanks,Malcolm Tredinnick
2007-06-01Fixed #3206 -- Changed ETag comparison to only return 304 when the normalMalcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-04-20Added client IP address to the e-mail that is sent when an internalLuke Plant
2006-09-26Improved detection of whether a URL is internal or not for the purposeLuke Plant
2006-09-25Altered [3778] change to match our coding/text style (django.middleware.common)Adrian Holovaty
2006-09-22Fixed #2602 -- Include User Agent in broken link emails. Thanks, Ian Holsman.Malcolm Tredinnick
2006-07-21Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss
2006-06-20Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...Adrian Holovaty
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-08Solved the POST-data-lost-after-redirect problem by raising RuntimeError when...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-09Fixed #1569 -- HttpResponse now accepts iterators. Thanks, ManiacAdrian Holovaty
2006-01-03Fixed #1117 -- Added HttpResponsePermanentRedirectAdrian Holovaty
2005-12-05Changed CommonMiddleware so it doesn't assume HTTP_HOST is set.Adrian Holovaty
2005-11-11BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...Adrian Holovaty
2005-11-06Tiny docstring cleanup in middleware/common.pyAdrian Holovaty
2005-10-06Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...Adrian Holovaty
2005-10-05Added USE_FLAT_PAGES setting, which defaults to True.Adrian Holovaty
2005-09-02Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-...Adrian Holovaty
2005-08-22Changed SessionMiddleware to use process_request instead of process_view -- t...Adrian Holovaty
2005-08-16Removed special-case test for '_files' URL in common middleware -- thanks, Je...Adrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty