﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
5973	allow_tags in admin interface broken by auto-escaping	alex@…	nobody	"example:

{{{
class Foo(models.Model):
    ...

    def link(self):
        return ""<a href='foo'>bar</a>""
    link.allow_tags=True

    class Admin:
        list_display('link')
}}}

works only if the string returned by link is manually marked as safe"		closed	contrib.admin	dev		fixed			Unreviewed	0	0	0	0	0	0
