¡@

Home 

python Programming Glossary: contestresults

Ordered ManyToManyField that can be used in fieldsets

http://stackoverflow.com/questions/3190735/ordered-manytomanyfield-that-can-be-used-in-fieldsets

contestants models.ManyToManyField 'Contestant' through 'ContestResults' class Contestant models.Model name models.CharField max_length.. models.Model name models.CharField max_length 50 class ContestResults models.Model contest models.ForeignKey Contest contestant models.ForeignKey.. string determines the value of their rank column in the ContestResults model. What happens is that we override the default ModelForm..