On Fri, 2011-06-17 at 23:55 -0700, Abhishek Tiwari wrote: > class Business(models.Model): > business_group_choices = models.ManyToManyField(BusinessGroup, > verbose_name= "Business Group", choices=BUSINESS_GROUP)
where in the 'poor' documentation did you get this construct from? You are mixing up m2m and choices. -- regards KG http://lawgon.livejournal.com Coimbatore LUG rox http://ilugcbe.techstud.org/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

