Skip to content

Commit

Permalink
Doc updates for 3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vsalvino committed Jan 17, 2019
1 parent 9da37ac commit c6d1fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/django_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Clearing the cache through the wagtail admin will purge this entire cache.
WAGTAIL_CACHE_HEADER
--------------------
By default, an HTTP header named ``X-Wagtail-Cache`` is added to the response to indicate
a cache hit or miss. To turn off this header, set ``WAGTAIL_CACHE_HEADER = False```,
a cache hit or miss. To turn off this header, set ``WAGTAIL_CACHE_HEADER = False``,
or to customize the header set to a string. Note that other HTTP headers may also added by
the Django cache middleware.
1 change: 1 addition & 0 deletions docs/releases/v0.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ wagtail-cache 0.3.0 release notes

* Add support for ``django-redis`` cache backend. See :doc:`/getting_started/supported_backends`.
* Add __init__.py in templatetags directory.
* ``is_request_cacheable`` hook now passes the previous caching decision in as an argument. See :doc:`/getting_started/hooks`.
* Documentation updates.

0 comments on commit c6d1fd7

Please sign in to comment.