python Programming Glossary: contestant
Ordered ManyToManyField that can be used in fieldsets http://stackoverflow.com/questions/3190735/ordered-manytomanyfield-that-can-be-used-in-fieldsets max_length 50 # More fields here if you like. contestants models.ManyToManyField 'Contestant' through 'ContestResults'.. models.Model contest models.ForeignKey Contest contestant models.ForeignKey Contestant rank models.IntegerField Hopefully.. . The input holds a comma separated list without spaces of contestant IDs and the order of their appearance in the string determines..
|