﻿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
4811	Different name conventions for models and newforms	anonymous	Jacob	"{{{
forms.CharField and models.CharField parameter max length is named differently in forms and models

models.CharField - maxlength
forms.CharField - max_length

}}}

This is really bad practice to follow. It looks like other names (both in forms and models) uses _ to separate names.
Hence, max_length must be used in models.

I know it breaks backward compatiblity, but still must be cleaned out."		closed	Uncategorized	dev		duplicate			Unreviewed	0	0	0	0	0	0
