﻿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
33371	Unnecessary colon with blank label	Timur Kadyev	nobody	"
{{{
class AForm(forms.ModelForm):

    class Meta:
        labels = {'field_name': ''}
}}}


If tag = """", then an unnecessary colon is left

This is, of course, a trifle. But anyway..."	Uncategorized	new	Forms	4.0	Normal				Unreviewed	0	0	0	0	0	0
