Re: RadioSelect widget in Django 1.1 using Model Form

2010-11-03 Thread Ricardo L. Dani
Thanks Daniel, Now it makes sense. Thank you again 2010/11/3 Daniel Roseman > On Nov 3, 3:03 pm, "Ricardo L. Dani" wrote: > > Hello, > > > > I'm working with an project using django-cms and django 1.1 and I have > this > > problem: > > > > With a big model form with many choice charFields mus

Re: RadioSelect widget in Django 1.1 using Model Form

2010-11-03 Thread Daniel Roseman
On Nov 3, 3:03 pm, "Ricardo L. Dani" wrote: > Hello, > > I'm working with an project using django-cms and django 1.1 and I have this > problem: > > With a big model form with many choice charFields must be reendered as > and not as 's (default) > > Ex: > >     field = models.CharField(max_length=

RadioSelect widget in Django 1.1 using Model Form

2010-11-03 Thread Ricardo L. Dani
Hello, I'm working with an project using django-cms and django 1.1 and I have this problem: With a big model form with many choice charFields must be reendered as and not as 's (default) Ex: field = models.CharField(max_length=1, default=None, choices=CHOICES) renders: