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
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
2005-10-05
Added USE_FLAT_PAGES setting, which defaults to True.
Adrian Holovaty
2005-09-02
Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-...
Adrian Holovaty
2005-08-22
Changed SessionMiddleware to use process_request instead of process_view -- t...
Adrian Holovaty
2005-08-16
Removed special-case test for '_files' URL in common middleware -- thanks, Je...
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty