﻿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
2101	maxlength should be max_length	nirvdrum	Adrian Holovaty	"I have a feeling this isn't going to go over too well, but the ""maxlength"" parameter for the various field types should be ""max_length.""  This really isn't an issue about cosmetics, but rather one about consistency.  FloatField has ""max_digits"" and ForeignKey has ""max_num_in_admin"", while CharField, CommaSeparatedIntegerField, and SlugField have ""maxlength.""  Many times I find myself going to type the parameter one way only to find it should be the other way.  It's one of those little gotchas in the framework.

My personal recommendation would be to add the ""max_length"" parameter without removing ""maxlength.""  This way, backwards-compatibility can be maintained while promoting consistency moving forward.  The best of both worlds."	defect	closed	Database layer (models, ORM)		trivial	fixed	maxlength max_length		Accepted	1	0	0	0	0	0
