From ea425ebcb2d42a60ab3934b3bac9378b08e39d12 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Wed, 6 Feb 2013 01:07:42 -0500 Subject: [PATCH] Fixed a documentation warning introduced by 3f1c7b7 --- docs/topics/i18n/translation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index e2cc8fabce..122328e31b 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -1483,7 +1483,7 @@ selection based on data from the request. It customizes content for each user. ``'django.middleware.locale.LocaleMiddleware'``. .. versionchanged:: 1.6 - In previous versions, ``LocaleMiddleware` wasn't enabled by default. + In previous versions, ``LocaleMiddleware`` wasn't enabled by default. Because middleware order matters, you should follow these guidelines: