how to limit the foreignkey dropdown with constraints?

后端 未结 3 1254
星月不相逢
星月不相逢 2020-12-14 10:36

I have a database which keeps track of interaction between two different teams (represented in the admin interface by two different groups). For some fields, i have a foreig

3条回答
  •  春和景丽
    2020-12-14 11:16

    You can change the underlaying queryset for the form field: How do I filter ForeignKey choices in a Django ModelForm?

提交回复
热议问题