#6015: Class in edit_inline objects has quotes escaped
--------------------------------------------------------+-------------------
Reporter: Antonis Christofides <[EMAIL PROTECTED]> | Owner: nobody
Status: new | Component: Admin
interface
Version: SVN | Keywords:
auto-escaping
Stage: Unreviewed | Has_patch: 0
--------------------------------------------------------+-------------------
I have some models with edit_inline=models.TABULAR. In the admin, in the
page which is for editing the parent object (and which shows the contained
objects inline), in the HTML code there is:
{{{
<th class="optional">
}}}
where there should be:
{{{
<th class="optional">
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/6015>
Django Code <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
-~----------~----~----~----~------~----~------~--~---