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