Add missing ClusterableModel import to snippet InlinePanel example

pull/11352/head
Matt Westcott 2023-12-15 14:52:23 +00:00 zatwierdzone przez Matt Westcott
rodzic 003993f4da
commit fda09613a9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -362,6 +362,7 @@ Similar to pages, you can nest other models within a snippet.
```python
from django.db import models
from modelcluster.fields import ParentalKey
from modelcluster.models import ClusterableModel
from wagtail.models import Orderable