Changing queryset of a ModelChoiceField
This snippet shows how to add additional parameters to the queryset of a ModelChoiceField, enabling you to for instance filter the query.
- dynamic
- queryset
- custom
- ModelChoiceField
This snippet shows how to add additional parameters to the queryset of a ModelChoiceField, enabling you to for instance filter the query.
mimog has posted 1 snippet.