kopia lustrzana https://github.com/wagtail/wagtail
Add Orderable to list of imported wagtailcore models
rodzic
fab4e2224f
commit
010838b53e
|
@ -125,7 +125,7 @@ To attach multiple adverts to a page, the ``SnippetChooserPanel`` can be placed
|
|||
|
||||
from django.db import models
|
||||
|
||||
from wagtail.wagtailcore.models import Page
|
||||
from wagtail.wagtailcore.models import Page, Orderable
|
||||
from wagtail.wagtailsnippets.edit_handlers import SnippetChooserPanel
|
||||
|
||||
from modelcluster.fields import ParentalKey
|
||||
|
|
Ładowanie…
Reference in New Issue