Fixed small typo in docs/cache.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b6fd05e445
commit
df794701d0
|
@ -295,4 +295,4 @@ Put the ``CacheMiddleware`` after any middlewares that might add something to
|
|||
the ``Vary`` header. The following middlewares do so:
|
||||
|
||||
* ``SessionMiddleware`` adds ``Cookie``
|
||||
* ``GzipMiddleware`` adds ``Accept-Encoding``
|
||||
* ``GZipMiddleware`` adds ``Accept-Encoding``
|
||||
|
|
Loading…
Reference in New Issue