index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
middleware
/
common.py
Age
Commit message (
Expand
)
Author
2013-01-15
Fixed #19099 -- Split broken link emails out of common middleware.
Aymeric Augustin
2012-12-29
Removed IGNORABLE_404_STARTS/ENDS settings.
Aymeric Augustin
2012-11-03
Fixed #15152 -- Avoided crash of CommonMiddleware on broken querystring
Aymeric Augustin
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-09-20
Imported getLogger directly from logging module
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-03-02
Fixed #17734 -- Made sure to only redirect translated URLs if they can actual...
Jannis Leidel
2012-02-09
Fixed #17358 -- Updated logging calls to use official syntax for arguments in...
Jannis Leidel
2011-10-06
Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...
Aymeric Augustin
2011-05-24
Made some small tweaks/fixes to documentation from IGNORABLE_404_URLS changes...
Adrian Holovaty
2011-05-05
Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filte...
Luke Plant
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-26
Fixed #15635 -- Converted two legacy old-style raise statements. Thanks, DaNm...
Adrian Holovaty
2011-01-30
Fixed #15187 -- Ensure that missing page emails aren't sent when running unde...
Russell Keith-Magee
2011-01-04
Fixed sending mail on 404s to fail silently.
Luke Plant
2010-11-02
Fixed #14559 -- corrected some typos and misleading docstrings. Thanks to Ga...
Alex Gaynor
2010-10-06
Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...
Russell Keith-Magee
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-03-07
Fixed #6228: Changed common middleware to respect request-specific urlconf. T...
Karen Tracey
2010-01-10
Removed an 'assert False' I stupidly committed in [12165]
Adrian Holovaty
2010-01-10
Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than...
Adrian Holovaty
2008-10-07
Fixed #9199 -- We were erroneously only prepending "www" to the domain if we
Malcolm Tredinnick
2008-08-27
Fixed #7379: fixed a subtle corner case involving URL encoding in `CommonMidd...
Jacob Kaplan-Moss
2008-08-21
Fixed #8381 -- Fixed a problem with appending slashes in the common middleware
Malcolm Tredinnick
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-06-16
Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by quoti...
Adrian Holovaty
2007-12-02
Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...
Malcolm Tredinnick
2007-10-20
Fixed #5762 -- Quoted the portions that make up the URL when appending
Malcolm Tredinnick
2007-09-15
Added a get_host() method to HttpRequest. There is still an http.get_host() v...
Malcolm Tredinnick
2007-08-12
Fixed #4994 -- Send back set-cookie headers in "not modified" responses. Well...
Malcolm Tredinnick
2007-07-13
Fixed #4484 -- Fixed APPEND_SLASH handling to handle an empty path value.
Malcolm Tredinnick
2007-06-17
Changed ETag computation to first check if an ETag header already exists in the
Malcolm Tredinnick
2007-06-02
Fixed #3206 -- Fixed typo in [5407]. This time with bonus testing. Thanks,
Malcolm Tredinnick
2007-06-01
Fixed #3206 -- Changed ETag comparison to only return 304 when the normal
Malcolm Tredinnick
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2007-04-20
Added client IP address to the e-mail that is sent when an internal
Luke Plant
2006-09-26
Improved detection of whether a URL is internal or not for the purpose
Luke Plant
2006-09-25
Altered [3778] change to match our coding/text style (django.middleware.common)
Adrian Holovaty
2006-09-22
Fixed #2602 -- Include User Agent in broken link emails. Thanks, Ian Holsman.
Malcolm Tredinnick
2006-07-21
Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...
Jacob Kaplan-Moss
2006-06-20
Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...
Adrian Holovaty
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-08
Solved the POST-data-lost-after-redirect problem by raising RuntimeError when...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-04-09
Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac
Adrian Holovaty
2006-01-03
Fixed #1117 -- Added HttpResponsePermanentRedirect
Adrian Holovaty
2005-12-05
Changed CommonMiddleware so it doesn't assume HTTP_HOST is set.
Adrian Holovaty
2005-11-11
BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...
Adrian Holovaty
2005-11-06
Tiny docstring cleanup in middleware/common.py
Adrian Holovaty
2005-10-06
Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...
Adrian Holovaty
[prev]
[next]