The problem is pretty simple, as_p, as_ul and as_table, don't include
an option to pass css classes into their fields. As a result it
impossibly to change the appearance of required fields. My patch
simple adds a new label into the string that defines each row, creates
a css_classes list that stores each of the classes to be added to the
row delineator, and the concatenates them with spaces and dumps them
in.
~ Anders
http://code.djangoproject.com/ticket/3512
anders conbere wrote:
> ugh.. forgot to include a link to the ticket I made with my patch in it.
>
> http://code.djangoproject.com/ticket/4024
>
> >
>
--
Waylan Limberg
way...@gmail.com
~ Anders