mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +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
|
@ -2532,6 +2532,11 @@ bandwidth but slows down performance. This is used by the
|
|||
:class:`~django.middleware.common.CommonMiddleware` and in the :doc:`cache
|
||||
framework </topics/cache>`.
|
||||
|
||||
.. deprecated:: 1.11
|
||||
|
||||
This setting is deprecated in favor of using ``ConditionalGetMiddleware``,
|
||||
which sets an ETag regardless of this setting.
|
||||
|
||||
.. setting:: USE_I18N
|
||||
|
||||
``USE_I18N``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue