From bcff4958276d32251df8ba0accf921fdde04671a Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Tue, 26 Aug 2014 17:22:32 +0100 Subject: [PATCH] Added versionchanged comment for indexed->index rename --- docs/core_components/search/for_python_developers.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/core_components/search/for_python_developers.rst b/docs/core_components/search/for_python_developers.rst index eecd5646a3..b254a2e1f9 100644 --- a/docs/core_components/search/for_python_developers.rst +++ b/docs/core_components/search/for_python_developers.rst @@ -37,6 +37,10 @@ Indexing extra fields The ``indexed_fields`` configuration format was replaced with ``search_fields`` +.. versionchanged:: 0.6 + + The ``wagtail.wagtailsearch.indexed`` module was renamed to ``wagtail.wagtailsearch.index`` + .. warning::