﻿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
14006	Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__	abeld	nobody	"The ""Documenting your Custom Field"" section in the ""Writing custom
model fields"" page
(http://docs.djangoproject.com/en/1.2/howto/custom-model-fields/) does
not mention that this string will be string-interpolated with
fields.__dict__ (in the get_readable_field_data_type() function in
django.contrib.admindocs.views ) and thus can (and should, if
appropriate, since it really increases the usability of the admin
docs) contain stuff like %(some_attribute)s, and the example presented
doesn't show this feature, either.
"	Cleanup/optimization	closed	Documentation	1.2	Normal	fixed			Ready for checkin	1	0	0	0	0	0
