mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #22461 -- Added if-unmodified-since support to the condition decorator.
This commit is contained in:
committed by
Tim Graham
parent
fae551d765
commit
b27db97b23
@@ -528,6 +528,9 @@ Requests and Responses
|
||||
<django.http.HttpResponse.setdefault>` method allows setting a header unless
|
||||
it has already been set.
|
||||
|
||||
* The :func:`~django.views.decorators.http.condition` decorator for
|
||||
conditional view processing now supports the ``If-unmodified-since`` header.
|
||||
|
||||
Tests
|
||||
^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user