Add Orderable to list of imported wagtailcore models

pull/1938/merge
Rich Brennan 2015-11-23 16:49:22 +00:00 zatwierdzone przez Matt Westcott
rodzic fab4e2224f
commit 010838b53e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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