kopia lustrzana https://github.com/wagtail/wagtail
Add missing ClusterableModel import to snippet InlinePanel example
rodzic
003993f4da
commit
fda09613a9
|
@ -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
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue