Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/middleware/common.py
Commit message (Expand)AuthorAgeFilesLines
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMidd...Claude Paroz2013-05-251-9/+15
* Fixed #20356 -- Prevented crash when HTTP_REFERER contain...Claude Paroz2013-05-181-1/+2
* Fixed #19099 -- Split broken link emails out of common mi...Aymeric Augustin2013-01-151-32/+46
* Removed IGNORABLE_404_STARTS/ENDS settings.Aymeric Augustin2012-12-291-14/+0
* Fixed #15152 -- Avoided crash of CommonMiddleware on brok...Aymeric Augustin2012-11-031-1/+12
* Fixed #7581 -- Added streaming responses.Aymeric Augustin2012-10-201-6/+10
* Imported getLogger directly from logging moduleClaude Paroz2012-09-201-2/+3
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-031-4/+2
* Fixed #17734 -- Made sure to only redirect translated URL...Jannis Leidel2012-03-021-17/+2
* Fixed #17358 -- Updated logging calls to use official syn...Jannis Leidel2012-02-091-1/+1
* Fixed #16705 - Made the test client adhere to the WSGI sp...Aymeric Augustin2011-10-061-1/+1
* Made some small tweaks/fixes to documentation from IGNORA...Adrian Holovaty2011-05-241-2/+2
* Fixed #15954 - New IGNORABLE_404_URLS setting that allows...Luke Plant2011-05-051-7/+17
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-2/+2
* Fixed #15635 -- Converted two legacy old-style raise stat...Adrian Holovaty2011-03-261-2/+2
* Fixed #15187 -- Ensure that missing page emails aren't se...Russell Keith-Magee2011-01-301-1/+1
* Fixed sending mail on 404s to fail silently.Luke Plant2011-01-041-1/+2
* Fixed #14559 -- corrected some typos and misleading docst...Alex Gaynor2010-11-021-1/+1
* Fixed #14406 -- Added a Python 2.4 compatibility to the l...Russell Keith-Magee2010-10-061-2/+2
* Fixed #12012 -- Added support for logging. Thanks to Vina...Russell Keith-Magee2010-10-041-0/+10
* Fixed #6228: Changed common middleware to respect request...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 th...Adrian Holovaty2010-01-101-0/+2
* Fixed #9199 -- We were erroneously only prepending "www" ...Malcolm Tredinnick2008-10-071-23/+35
* Fixed #7379: fixed a subtle corner case involving URL enc...Jacob Kaplan-Moss2008-08-271-1/+1
* Fixed #8381 -- Fixed a problem with appending slashes in ...Malcolm Tredinnick2008-08-211-2/+2
* Fixed #7919 -- md5 and sha modules are deprecated since P...Gary Wilson Jr2008-08-021-3/+3
* Fixed #7228 -- Fixed our ETag header creation to meet the...Adrian Holovaty2008-06-161-1/+1
* Fixed #3228 -- Added new APPEND_SLASH handling behaviour ...Malcolm Tredinnick2007-12-031-15/+43
* Fixed #5762 -- Quoted the portions that make up the URL w...Malcolm Tredinnick2007-10-201-4/+6
* Added a get_host() method to HttpRequest. There is still ...Malcolm Tredinnick2007-09-151-2/+2
* Fixed #4994 -- Send back set-cookie headers in "not modif...Malcolm Tredinnick2007-08-121-0/+2
* Fixed #4484 -- Fixed APPEND_SLASH handling to handle an e...Malcolm Tredinnick2007-07-131-1/+1
* Changed ETag computation to first check if an ETag header...Malcolm Tredinnick2007-06-171-2/+6
* Fixed #3206 -- Fixed typo in [5407]. This time with bonus...Malcolm Tredinnick2007-06-021-1/+1
* Fixed #3206 -- Changed ETag comparison to only return 304...Malcolm Tredinnick2007-06-011-1/+1
* Fixed #4040 -- Changed uses of has_key() to "in". Slight ...Malcolm Tredinnick2007-04-261-1/+1
* Added client IP address to the e-mail that is sent when a...Luke Plant2007-04-201-1/+3
* Improved detection of whether a URL is internal or not fo...Luke Plant2006-09-261-1/+7
* Altered [3778] change to match our coding/text style (dja...Adrian Holovaty2006-09-251-2/+2
* Fixed #2602 -- Include User Agent in broken link emails. ...Malcolm Tredinnick2006-09-221-1/+2
* Fixed #2092: added a "is_secure()" method to HttpRequest ...Jacob Kaplan-Moss2006-07-211-2/+2
* Converted request.META['REQUEST_METHOD'] calls to request...Adrian Holovaty2006-06-201-1/+1
* Fixed #2109 -- Convert old-style classes to new-style cla...Adrian Holovaty2006-06-081-1/+1
* Solved the POST-data-lost-after-redirect problem by raisi...Adrian Holovaty2006-06-081-0/+2
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-6/+7
* Fixed #1569 -- HttpResponse now accepts iterators. Thanks...Adrian Holovaty2006-04-101-1/+1
* Fixed #1117 -- Added HttpResponsePermanentRedirectAdrian Holovaty2006-01-041-1/+1
* Changed CommonMiddleware so it doesn't assume HTTP_HOST i...Adrian Holovaty2005-12-051-3/+6