diff options
| author | eltronix <lt.eltronix@gmail.com> | 2016-05-13 03:07:34 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-12 20:07:47 -0400 |
| commit | 2d68371a655e2b55b03b6d36a5886c4edecdc874 (patch) | |
| tree | 1c78ec621f6494c0c7fb8c575b0eef4f779f4da4 /docs | |
| parent | b8db57ed68468093bf87b121bdc3152359614c1a (diff) | |
[1.9.x] Fixed typo in docs/topics/conditional-view-processing.txt
Backport of f4bb2dce798eac1e5270265893b2472afd4540f8 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/conditional-view-processing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/conditional-view-processing.txt b/docs/topics/conditional-view-processing.txt index 94142954a5..a6c89c6ed7 100644 --- a/docs/topics/conditional-view-processing.txt +++ b/docs/topics/conditional-view-processing.txt @@ -52,7 +52,7 @@ request, perhaps. .. _ETag: https://tools.ietf.org/html/rfc7232#section-2.3 -These two functions are passed as parameters the +These two functions are passed as parameters to the ``django.views.decorators.http.condition`` decorator. This decorator uses the two functions (you only need to supply one, if you can't compute both quantities easily and quickly) to work out if the headers in the HTTP request |
