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/topics | |
| parent | 818d7ba421ea74975cb38c952a3108232e0d3527 (diff) | |
[1.10.x] Fixed import typos in the docs.
Backport of a09c058918f85949fd4c003e7ae62869f4559bd3 from master
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/i18n/timezones.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/timezones.txt b/docs/topics/i18n/timezones.txt index 8392d0c09f..be4665f95c 100644 --- a/docs/topics/i18n/timezones.txt +++ b/docs/topics/i18n/timezones.txt @@ -178,7 +178,7 @@ Add the following middleware to :setting:`MIDDLEWARE`:: import pytz from django.utils import timezone - from django.django.utils.deprecation import MiddlewareMixin + from django.utils.deprecation import MiddlewareMixin class TimezoneMiddleware(MiddlewareMixin): def process_request(self, request): |
