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
You can change the underlaying queryset for the form field: How do I filter ForeignKey choices in a Django ModelForm?