From ff7d5e3a0bf3c81ca6289a93efb7e8a48b2460ef Mon Sep 17 00:00:00 2001 From: Frank Wiles Date: Thu, 29 Sep 2016 11:06:52 -0500 Subject: [1.10.x] Fixed import typos in the docs. Backport of a09c058918f85949fd4c003e7ae62869f4559bd3 from master --- docs/ref/request-response.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/request-response.txt') diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 7102c877da..cfc794db6d 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -257,7 +257,7 @@ Methods behind multiple proxies. One solution is to use middleware to rewrite the proxy headers, as in the following example:: - from django.django.utils.deprecation import MiddlewareMixin + from django.utils.deprecation import MiddlewareMixin class MultipleProxyMiddleware(MiddlewareMixin): FORWARDED_FOR_FIELDS = [ -- cgit v1.3