1
0
mirror of https://github.com/django/django.git synced 2025-04-06 22:46:41 +00:00

[1.10.x] Fixed typo in docs/releases/1.9.txt

Backport of 5eab1f6f8348497e87c19112786efb970e41f36e from master
This commit is contained in:
Tim Graham 2016-08-12 07:29:29 -04:00
parent 80e0ff7f91
commit 13fd711f10

View File

@ -796,7 +796,7 @@ redirection specifically contained an absolute URL, of course).
In the rare case that you need the old behavior (discovered with an ancient
version of Apache with ``mod_scgi`` that interprets a relative redirect as an
"internal redirect", you can restore it by writing a custom middleware::
"internal redirect"), you can restore it by writing a custom middleware::
class LocationHeaderFix(object):
def process_response(self, request, response):