Django tips : Tech Model. Monday, March 1, 2010. Restrict choices in ModelForm for ForeginKey field. Hi. I have a situation very similar to the following;. [code]. class chars(models.Model): name=moels.CharField('Name',max_length=32) ...
Continued here:
Django tips: Tech Model: Restrict choices in ModelForm for ...