diff options
| author | Simon Charette <charette.s@gmail.com> | 2013-02-06 01:07:42 -0500 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2013-02-06 01:07:42 -0500 |
| commit | ea425ebcb2d42a60ab3934b3bac9378b08e39d12 (patch) | |
| tree | af615ef32265ee8d96e26f67ea32183c568fc55b | |
| parent | a097ee32d8364045a950d6a36b19630fc34397f1 (diff) | |
Fixed a documentation warning introduced by 3f1c7b7
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
