summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-03-15 13:07:44 +0100
committerGitHub <noreply@github.com>2022-03-15 13:07:44 +0100
commitbe80aa55ec120b3b6645b3efb77316704d7ad948 (patch)
tree733919ec1fcfb63bda1045e3a0e1e6e7ce78a69c /docs
parenta88fab1bca33c037bd1a12459c215d7bc1247735 (diff)
Removed outdated handling of length parameter to If-Modified-Since header.
The length parameter is not described in RFC-7232 and it's against HTTP/1.0 and HTTP/1.1 specifications. It was an old and unofficial extension set by some ancient versions of IE.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt
index 499a67dbd4..a61d5e8e11 100644
--- a/docs/releases/4.1.txt
+++ b/docs/releases/4.1.txt
@@ -430,6 +430,9 @@ Miscellaneous
* The ``exc_info`` argument of the undocumented
``django.utils.log.log_response()`` function is replaced by ``exception``.
+* The ``size`` argument of the undocumented
+ ``django.views.static.was_modified_since()`` function is removed.
+
.. _deprecated-features-4.1:
Features deprecated in 4.1