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
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=
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:
3 matches
Mail list logo