I have an IntegerField
with choices.
The list of choices consists of 10 different choices. I have different ModelForm
using this integerfield.
In some of the modelforms I don't want to display all of the choices.
Can I in the ModelForm reduce the number of available choices?