Skip to content

Commit

Permalink
[1.7.x] Fixed typo in docs/ref/middleware.txt
Browse files Browse the repository at this point in the history
Backport of 7c642ca from master
  • Loading branch information
jorgecarleitao authored and timgraham committed Jul 27, 2015
1 parent 50ca151 commit b492921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/middleware.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit b492921

Please sign in to comment.