﻿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
3308	Escaped documentation in admin site	Noah Slater <nslater@…>	nobody	"The automatically generated documentation escapes the HTML markup provided by docutils.

A docstring on a view such as this:

{{{
def foo(request):
    """"""bar""""""
    return None
}}}

... will generate a documentation ""summary"" (title) of:

{{{
<p>bar</p>
}}}

... or literally (the characters sent over the wire):

{{{
<h2 class=""subhead"">&lt;p&gt;bar&lt;/p&gt;
</h2>
}}}

I have been digging through the code and cannot find a clean way to get around this short of writing my own templates.

I do think I should have to write my own templates to work around a (presumed) bug."	defect	closed	contrib.admin		normal	worksforme		nslater@…	Accepted	0	0	0	0	0	0
