Fix sphinx errors

pull/5373/head
Andy Babic 2019-06-08 18:27:42 +01:00
rodzic 2115d57c3e
commit 13b485a2a9
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -311,6 +311,7 @@ models, you can use the ``WagtailBackendSearchHandler`` class instead. For
example:
.. code-block:: python
from wagtail.contrib.modeladmin.helpers import WagtailBackendSearchHandler
from .models import Person
@ -361,6 +362,7 @@ and will tell you what you need to change.
For example, to override the ``WagtailBackendSearchHandler`` default operator you could do the following:
.. code-block:: python
from wagtail.contrib.modeladmin.helpers import WagtailBackendSearchHandler
from wagtail.search.utils import OR