Include missing import of FieldPanel

pull/8608/head
Dan Swain 2022-05-27 16:15:24 -04:00 zatwierdzone przez LB (Ben Johnston)
rodzic e6865e7b0f
commit b53f12d394
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -268,6 +268,7 @@ To add the tag interface, add the following block of code to a ``wagtail_hooks.p
.. code-block:: python
from wagtail.contrib.modeladmin.options import ModelAdmin, modeladmin_register
from wagtail.admin.edit_handlers import FieldPanel
from taggit.models import Tag