diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 7d1948b183..7fec7246d5 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -248,6 +248,10 @@ Miscellaneous ``/`` if not set). This change should not affect settings set to valid URLs or absolute paths. +* :class:`~django.middleware.http.ConditionalGetMiddleware` no longer adds the + ``ETag`` header to responses with an empty + :attr:`~django.http.HttpResponse.content`. + .. _deprecated-features-3.1: Features deprecated in 3.1 |
