1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00

Fixed a documentation warning introduced by 3f1c7b7

This commit is contained in:
Simon Charette 2013-02-06 01:07:42 -05:00
parent a097ee32d8
commit ea425ebcb2

View File

@ -1483,7 +1483,7 @@ selection based on data from the request. It customizes content for each user.
``'django.middleware.locale.LocaleMiddleware'``. ``'django.middleware.locale.LocaleMiddleware'``.
.. versionchanged:: 1.6 .. 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: Because middleware order matters, you should follow these guidelines: