﻿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
25552	Admin readonly field help text show 'None'	iici-gli	nobody	"The help_text_for_field function in contrib/admin/utils returns 'None'  if field.help_text is None.
Needs to  following statements:
{{{
       if hasattr(field, 'help_text'):
            help_text = field.help_text
}}}
TO:
{{{
     help_text = getattr(field, 'help_text', '')
}}}"	Bug	new	contrib.admin	1.8	Normal		help text		Unreviewed	1	0	0	0	1	0
