mirror of
https://github.com/django/django.git
synced 2025-07-19 17:19:12 +00:00
[1.7.x] Fixed typo in docs/ref/middleware.txt
Backport of 7c642cafbb9e9ab1ba3ee7bb3d8fe1c0a58e06e8 from master
This commit is contained in:
parent
50ca151276
commit
b492921cf8
@ -287,7 +287,7 @@ Here are some hints about the ordering of various Django middleware classes:
|
|||||||
#. :class:`~django.middleware.locale.LocaleMiddleware`
|
#. :class:`~django.middleware.locale.LocaleMiddleware`
|
||||||
|
|
||||||
One of the topmost, after ``SessionMiddleware`` (uses session data) and
|
One of the topmost, after ``SessionMiddleware`` (uses session data) and
|
||||||
``CacheMiddleware`` (modifies ``Vary`` header).
|
``UpdateCacheMiddleware`` (modifies ``Vary`` header).
|
||||||
|
|
||||||
#. :class:`~django.middleware.common.CommonMiddleware`
|
#. :class:`~django.middleware.common.CommonMiddleware`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user