Django tips: Tech Model: Restrict choices in ModelForm for …

March 1, 2010
By

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 ...

Tags: , , , , , , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

*