mirror of
https://github.com/django/django.git
synced 2025-07-19 19:25:26 +00:00
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware.
This commit is contained in:
parent
46a3d7604e
commit
a840710e1e
15 changed files with 126 additions and 24 deletions
|
@ -43,6 +43,9 @@ details on these changes.
|
|||
|
||||
* The ``django.db.models.permalink()`` decorator will be removed.
|
||||
|
||||
* The ``USE_ETAGS`` setting will be removed. ``CommonMiddleware`` and
|
||||
``django.utils.cache.patch_response_headers()`` will no longer set ETags.
|
||||
|
||||
.. _deprecation-removed-in-2.0:
|
||||
|
||||
2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue