diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/middleware.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt index d899922dc1..c762457839 100644 --- a/docs/ref/middleware.txt +++ b/docs/ref/middleware.txt @@ -153,6 +153,9 @@ header, the middleware adds one if needed. If the response has an ``ETag`` or ``If-Modified-Since``, the response is replaced by an :class:`~django.http.HttpResponseNotModified`. +You can handle conditional GET operations with individual views using the +:func:`~django.views.decorators.http.conditional_page()` decorator. + Locale middleware ----------------- |
