From eec194f1548c87e51b9e67349563ab4ecf5acace Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 1 Jun 2015 09:54:17 +0100 Subject: [PATCH] Added missing "versionadded" --- docs/topics/search/backends.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/search/backends.rst b/docs/topics/search/backends.rst index cc4a546c4..c800cbe5b 100644 --- a/docs/topics/search/backends.rst +++ b/docs/topics/search/backends.rst @@ -23,6 +23,8 @@ You can configure which backend to use with the ``WAGTAILSEARCH_BACKENDS`` setti ``AUTO_UPDATE`` =============== + .. versionadded:: 1.0 + By default, Wagtail will automatically keep all indexes up to date. This could impact performance when editing content, especially if your index is hosted on an external service. The ``AUTO_UPDATE`` setting allows you to disable this on a per-index basis: