1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[3.0.x] Fixed typos in docs/releases/3.0.txt.

Backport of 2a6f45e08e from master
This commit is contained in:
Mariusz Felisiak
2019-10-10 14:22:04 +02:00
parent fffce1ac4c
commit 0dede9e981

View File

@@ -192,8 +192,8 @@ Cache
~~~~~ ~~~~~
* :func:`~django.utils.cache.add_never_cache_headers` and * :func:`~django.utils.cache.add_never_cache_headers` and
:func:`~django.views.decorators.cache.never_cache` now adds ``private`` :func:`~django.views.decorators.cache.never_cache` now add the ``private``
directive to a ``Cache-Control`` header. directive to ``Cache-Control`` headers.
File Storage File Storage
~~~~~~~~~~~~ ~~~~~~~~~~~~