﻿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
17599	Admindocs Example Misleading	Mark Lavin	nobody	https://docs.djangoproject.com/en/1.3/ref/contrib/admin/admindocs/#model-reference states shows an example of using the {{{:model:`app_name.model_name`}}} reference in the doc string of a Model. However, this does not create the hyperlink as indicated by the prior section. As you can see in [https://code.djangoproject.com/browser/django/tags/releases/1.3.1/django/contrib/admindocs/views.py#L272 the view] the model's docstring is passed into the context without any addition parsing.	Bug	closed	contrib.admindocs	1.3	Normal	duplicate			Accepted	1	0	0	1	0	0
