﻿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
25073	"The field ""content_type"" in model Permission has no translation"	Grigoriy Kramarenko	Szilveszter Farkas	"Need append verbose_name to the field
{{{
@python_2_unicode_compatible
class Permission(models.Model):
    ...
    content_type = models.ForeignKey(ContentType, verbose_name=_('content type'))
    ...
}}}"	Cleanup/optimization	closed	Internationalization	1.8	Normal	fixed	auth permission contenttype		Accepted	1	0	0	0	1	0
