﻿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
11279	verbose_name and ManyToManyField does not works.	lpetrov	nobody	"Example:

{{{
class Product(models.Model):
        categories = models.ManyToManyField(Category,verbose_name=""xcategories"", blank=True,null=True)

}}}

Also tried with:

{{{
class Category(models.Model):
...
        class Meta:
                verbose_name = ""xcategory""
                verbose_name_plural = ""xcategories""

}}}

In all cases the final ModelForm for Product uses label ""Categories:"" for the field categories."		closed	Uncategorized	1.0		invalid			Unreviewed	0	0	0	0	0	0
