#13038: readonly_fields in an Admin changeform don't have their name added as a HTML class ---------------------------------------------+------------------------------ Reporter: andybak | Owner: nobody Status: new | Milestone: 1.2 Component: django.contrib.admin | Version: 1.2-beta Keywords: admin changeform readonly_field | Stage: Unreviewed Has_patch: 0 | ---------------------------------------------+------------------------------ A normal field is wrapped by: <div class="form-row fieldname">
Read-only fields are wrapped by: <div class="form-row"> This limits the possibilities for CSS/javascript customization of admin forms. -- Ticket URL: <http://code.djangoproject.com/ticket/13038> 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.
