diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-10-09 01:03:04 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-10-09 01:03:04 +0000 |
| commit | fd4ddb179f4188cc7d2f4d855d4a52301f6e1acf (patch) | |
| tree | fb766367f7144cab92c3e343dbe778f277253a49 /docs | |
| parent | df794701d07206132c12b21d685793d1ec261cc5 (diff) | |
Fixed ReST error in docs/cache.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cache.txt b/docs/cache.txt index 7bb8ab6398..f15da2660b 100644 --- a/docs/cache.txt +++ b/docs/cache.txt @@ -236,7 +236,7 @@ setting the ``Vary`` header (using something like ``response['Vary'] = 'user-agent'``) is that the decorator adds to the ``Vary`` header (which may already exist) rather than setting it from scratch. -Note that you can pass multiple headers to ``vary_on_headers()``: +Note that you can pass multiple headers to ``vary_on_headers()``:: @vary_on_headers('User-Agent', 'Cookie') def my_view(request): |
