gpt4 book ai didi

python - 需要至少一个 MultiFieldPanel 对象 [wagtail]

转载 作者:行者123 更新时间:2023-12-01 02:52:57 25 4
gpt4 key购买 nike

我有一个 content_panels 定义,其中包括:

MultiFieldPanel(
[
InlinePanel('related_resource_type', label="Resource Type",),
],
heading="Resource Type",
classname="collapsible"
),

本文引用

class RelatedResourceType(Orderable):
page = ParentalKey('ShopPage', related_name='related_resource_type')
resource_type = models.CharField(
max_length=16,
choices=shopchoices.RESOURCE_TYPE_CHOICES,
default="shop"
)

Wagtail 是否有办法要求至少一个 RelatedResourceType?最好我还能够指定最小数量的 RelatedResourceTypes。我在文档中找不到如何指定所需的面板。提前致谢。

最佳答案

InlinePanel 采用可选的 min_num 参数。

Finally, min_num and max_num allow you to set the minimum/maximum number of forms that the user must submit

来自http://docs.wagtail.io/en/v1.10.1/reference/pages/panels.html?highlight=min#inline-panels-and-model-clusters

关于python - 需要至少一个 MultiFieldPanel 对象 [wagtail],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44533176/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com