标签: django-forms
我在表单中使用ModelChoiceField从数据库中选择一些表单。
ModelChoiceField
但如果select返回空ModelChoiceField,我不想在表单模板中呈现QuerySet。怎么做?
select
QuerySet