0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01: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'``.
.. 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: