summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-08-12 07:29:29 -0400
committerTim Graham <timograham@gmail.com>2016-08-12 07:30:10 -0400
commit26ccd2ef165d28738f51c41203a8c83ef49a7584 (patch)
tree49c5550d2ab820bb8dfcd994136c4817b5be802e
parentf0bf535f2b6f1691d32107c78cacb6b0fa63fcf2 (diff)
downloaddjango-26ccd2ef165d28738f51c41203a8c83ef49a7584.tar.gz
[1.9.x] Fixed typo in docs/releases/1.9.txt
Backport of 5eab1f6f8348497e87c19112786efb970e41f36e from master
-rw-r--r--docs/releases/1.9.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 12d3c67d32..38915b8a61 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -794,7 +794,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):