﻿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
23480	Length of Verbose_name of models is not checked	d9pouces	nobody	"The length of the verbose_name is not checked during model validation.
With some backends (PostgreSQL in my case), long verbose_names raise a ValidationError during table creation:

django.core.exceptions.ValidationError: [""The verbose_name of XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX is longer than 39 characters""]

I think that could be checked among other model validations."	Bug	closed	Database layer (models, ORM)	1.6	Normal	wontfix			Unreviewed	0	0	0	0	0	0
