From 13b485a2a91a7fc6e868a4c2fabe6a417506750f Mon Sep 17 00:00:00 2001 From: Andy Babic Date: Sat, 8 Jun 2019 18:27:42 +0100 Subject: [PATCH] Fix sphinx errors --- docs/reference/contrib/modeladmin/indexview.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/contrib/modeladmin/indexview.rst b/docs/reference/contrib/modeladmin/indexview.rst index d9208b9a5..1417fb892 100644 --- a/docs/reference/contrib/modeladmin/indexview.rst +++ b/docs/reference/contrib/modeladmin/indexview.rst @@ -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