#13037: Documentation missing for the form field-method ``css_classes`` ---------------------------+------------------------------------------------ Reporter: marcusf | Owner: nobody Status: new | Milestone: 1.2 Component: Documentation | Version: 1.2-beta Keywords: forms | Stage: Unreviewed Has_patch: 1 | ---------------------------+------------------------------------------------ When outputting forms without using any of the as_*() methods, it's really handy to know about the [http://code.djangoproject.com/browser/django/trunk/django/forms/forms.py#L478 css_classes]-method on form fields. But it seems like it's not documented anywhere.
I've added a small patch (which probably contains some grammatical errors) that gives a brief description of the method. -- Ticket URL: <http://code.djangoproject.com/ticket/13037> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en.
