diff options
| author | Frank Wiles <frank@revsys.com> | 2016-09-29 11:06:52 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-29 12:07:56 -0400 |
| commit | ff7d5e3a0bf3c81ca6289a93efb7e8a48b2460ef (patch) | |
| tree | 4c7d773523ada389979427355812f289c8d00608 /docs/ref/request-response.txt | |
| parent | 818d7ba421ea74975cb38c952a3108232e0d3527 (diff) | |
[1.10.x] Fixed import typos in the docs.
Backport of a09c058918f85949fd4c003e7ae62869f4559bd3 from master
Diffstat (limited to 'docs/ref/request-response.txt')
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |
