Loading docs/releases/1.6.txt +5 −4 Original line number Diff line number Diff line Loading @@ -1040,10 +1040,11 @@ If necessary, you can temporarily disable auto-escaping with ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``CacheMiddleware`` used to provide a way to cache requests only if they weren't made by a logged-in user. This mechanism was largely ineffective because the middleware correctly takes into account the ``Vary: Cookie`` HTTP header, and this header is being set on a variety of occasions, such as: ``CacheMiddleware`` and ``UpdateCacheMiddleware`` used to provide a way to cache requests only if they weren't made by a logged-in user. This mechanism was largely ineffective because the middleware correctly takes into account the ``Vary: Cookie`` HTTP header, and this header is being set on a variety of occasions, such as: * accessing the session, or * using CSRF protection, which is turned on by default, or Loading docs/releases/1.8.txt +4 −1 Original line number Diff line number Diff line Loading @@ -1723,7 +1723,10 @@ removed in Django 1.8 (please see the :ref:`deprecation timeline * The module ``django.test._doctest`` is removed. * The ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting is removed. * The ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting is removed. This change affects both ``django.middleware.cache.CacheMiddleware`` and ``django.middleware.cache.UpdateCacheMiddleware`` despite the lack of a deprecation warning in the latter class. * Usage of the hard-coded *Hold down "Control", or "Command" on a Mac, to select more than one.* string to override or append to user-provided ``help_text`` in Loading Loading
docs/releases/1.6.txt +5 −4 Original line number Diff line number Diff line Loading @@ -1040,10 +1040,11 @@ If necessary, you can temporarily disable auto-escaping with ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``CacheMiddleware`` used to provide a way to cache requests only if they weren't made by a logged-in user. This mechanism was largely ineffective because the middleware correctly takes into account the ``Vary: Cookie`` HTTP header, and this header is being set on a variety of occasions, such as: ``CacheMiddleware`` and ``UpdateCacheMiddleware`` used to provide a way to cache requests only if they weren't made by a logged-in user. This mechanism was largely ineffective because the middleware correctly takes into account the ``Vary: Cookie`` HTTP header, and this header is being set on a variety of occasions, such as: * accessing the session, or * using CSRF protection, which is turned on by default, or Loading
docs/releases/1.8.txt +4 −1 Original line number Diff line number Diff line Loading @@ -1723,7 +1723,10 @@ removed in Django 1.8 (please see the :ref:`deprecation timeline * The module ``django.test._doctest`` is removed. * The ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting is removed. * The ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting is removed. This change affects both ``django.middleware.cache.CacheMiddleware`` and ``django.middleware.cache.UpdateCacheMiddleware`` despite the lack of a deprecation warning in the latter class. * Usage of the hard-coded *Hold down "Control", or "Command" on a Mac, to select more than one.* string to override or append to user-provided ``help_text`` in Loading