[1.8.x] Fixed typo in docs/ref/middleware.txt

Backport of 7c642cafbb from master
This commit is contained in:
jorgecarleitao 2015-07-26 09:48:24 +02:00 committed by Tim Graham
parent 19ac8b2fe1
commit 23b975813b
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ Here are some hints about the ordering of various Django middleware classes:
#. :class:`~django.middleware.locale.LocaleMiddleware`
One of the topmost, after ``SessionMiddleware`` (uses session data) and
``CacheMiddleware`` (modifies ``Vary`` header).
``UpdateCacheMiddleware`` (modifies ``Vary`` header).
#. :class:`~django.middleware.common.CommonMiddleware`