Hi Kenneth,
Thanks. I mean, there is no example at all how to deal with
CheckboxSelectMultiple , otherwise I think documentation is quite good but
some time there lot of bits are missing- no disrespect at all.
Coming back to m2m and choice mixing I get your point but in that case where
will the choices will go, If you check my first attempt, I am getting
another error, "is not a valid value for a primary key"

many thanks again
Abhishek






On Sat, Jun 18, 2011 at 7:24 PM, Kenneth Gonsalves
<[email protected]>wrote:

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

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

Reply via email to