Kaydet (Commit) 81a5e35c authored tarafından Tim Graham's avatar Tim Graham

Fixed doc indentation in previous commit.

üst 71a03e01
......@@ -1054,10 +1054,10 @@ produces different content based on some difference in request headers -- such
as a cookie, or a language, or a user-agent -- you'll need to use the ``Vary``
header to tell caching mechanisms that the page output depends on those things.
.. versionchanged:: 1.7
.. versionchanged:: 1.7
Cache keys use the request's fully-qualified URL rather than path
and query string.
Cache keys use the request's fully-qualified URL rather than just the path
and query string.
To do this in Django, use the convenient
:func:`django.views.decorators.vary.vary_on_headers` view decorator, like so::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment