mirror of https://github.com/django/django.git
Fixed typos in docs/releases/3.0.txt.
This commit is contained in:
parent
9facc90020
commit
2a6f45e08e
|
@ -192,8 +192,8 @@ Cache
|
|||
~~~~~
|
||||
|
||||
* :func:`~django.utils.cache.add_never_cache_headers` and
|
||||
:func:`~django.views.decorators.cache.never_cache` now adds ``private``
|
||||
directive to a ``Cache-Control`` header.
|
||||
:func:`~django.views.decorators.cache.never_cache` now add the ``private``
|
||||
directive to ``Cache-Control`` headers.
|
||||
|
||||
File Storage
|
||||
~~~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue