【发布时间】:2009-04-19 12:00:28
【问题描述】:
The default django 1.0.2 ManyToManyField widget (a multi-select) is difficult to use when there are a lot of things in the select box.是否有另一个可用的小部件在文本区域中提供逗号分隔的 id 列表?如果这不可用,我需要做什么来编写一个,并让它显示在 ModelForm.as_p() 和管理站点中?
【问题讨论】:
标签: django django-models django-forms