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

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

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