From 81014848615399ccdfebd68628d2e57faffed727 Mon Sep 17 00:00:00 2001 From: Dan Swain Date: Tue, 19 Apr 2022 11:56:51 -0400 Subject: [PATCH] Change 2.17 reference to 3.0 (#8389) There will not be a 2.17 release --- docs/releases/2.15.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/2.15.rst b/docs/releases/2.15.rst index a2b5fae234..d6f51c1013 100644 --- a/docs/releases/2.15.rst +++ b/docs/releases/2.15.rst @@ -159,7 +159,7 @@ The following search backends (configured in ``WAGTAILSEARCH_BACKENDS``) have be Both of these backends have now been replaced by ``wagtail.search.backends.database``. This new backend supports all of the features of the PostgreSQL backend, and also supports other databases. -It will be made the default backend in Wagtail 2.17. To enable the new backend, edit (or add) the +It will be made the default backend in Wagtail 3.0. To enable the new backend, edit (or add) the ``WAGTAILSEARCH_BACKENDS`` setting as follows: .. code-block:: python