Change 2.17 reference to 3.0 (#8389)

There will not be a 2.17 release
pull/8435/head
Dan Swain 2022-04-19 11:56:51 -04:00 zatwierdzone przez Matt Westcott
rodzic 318967f8ee
commit 8101484861
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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