Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/middleware/common.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from...Maxime Lorant2015-08-251-3/+10
* Fixed #24935 -- Refactored common conditional GET handling.Denis Cornehl2015-08-151-14/+9
* Fixed #24720 -- Avoided resolving URLs that don't end in ...Jay Cox2015-07-311-32/+53
* Fixed #25017 -- Allowed customizing the DISALLOWED_USER_A...sujayskumar2015-06-271-7/+2
* Fixed #24681 -- Removed Unicode bug in BrokenLinkEmailMid...Oliver A Bristow2015-04-211-1/+1
* Fixed #19910 -- Added slash to i18n redirect if APPEND_SL...Bas Peschier2015-03-261-18/+4
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+3
* Fixed #24145 -- Added PUT & PATCH to CommonMiddleware APP...Samuel Colvin2015-01-291-5/+5
* Fixed #23531 -- Added CommonMiddleware.response_redirect_...Berker Peksag2014-11-041-1/+6
* Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation ...Tim Graham2014-03-211-8/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Fixed #7603 -- Added a 'scheme' property to the HttpReque...Unai Zalakain2013-10-151-1/+1
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-1/+1
* 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