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
/
contrib
/
redirects
/
middleware.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-14
Refs #26601 -- Made get_response argument required and don't accept None in m...
Mariusz Felisiak
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-06-17
Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...
Carl Meyer
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2015-03-26
Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set.
Bas Peschier
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-01-26
Moved RequestSite and get_current_site.
Aymeric Augustin
2014-01-06
Fixed #21718 -- Renamed has_app to is_installed.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stop testing for inclusion in INSTALLED_APPS.
Aymeric Augustin
2013-10-04
Fixed #19321 -- Allowed redirect middleware HTTP responses to be overridden.
Ryan Kaskel
2013-02-08
Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMiddleware
Claude Paroz
2013-02-07
Fixed #19772 -- Handled APPEND_SLASH correctly in the redirects app.
Aymeric Augustin
2012-09-28
Made more extensive use of get_current_site
Claude Paroz
2007-06-20
Fixed #4618 -- Fixed error in django.contrib.redirects new_path handling. Tha...
Adrian Holovaty
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-01-03
Fixed #1117 -- Added HttpResponsePermanentRedirect
Adrian Holovaty
2005-11-11
BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...
Adrian Holovaty