Commit b492921c authored by jorgecarleitao's avatar jorgecarleitao Committed by Tim Graham
Browse files

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

Backport of 7c642caf from master
parent 50ca1512
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,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`