#6060: newforms-admin widgets need to mark_safe their output ----------------------------------------------+----------------------------- Reporter: Karen Tracey <[EMAIL PROTECTED]> | Owner: nobody Status: new | Component: Admin interface Version: newforms-admin | Keywords: Stage: Unreviewed | Has_patch: 1 ----------------------------------------------+----------------------------- I use raw_id_fields in newforms-admin and now with the autoescape code merged see escaped html for these fields. Attached patch mark_safe's the output of all (I think I got them all) the widgets in django/contrib/admin/widgets.py but I'll admit I believe my app only uses the !ForeignKeyRawIdWidget, so I didn't actually verify the fix for the other widgets.
-- Ticket URL: <http://code.djangoproject.com/ticket/6060> 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 -~----------~----~----~----~------~----~------~--~---
