﻿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
4006	Same meaning, different parameters names in newforms.*Field / db.models.*Field	tonnzor <tonn81@…>	Adrian Holovaty	"The same as a tol of developers I use Django DB model and newforms, but I found them a bit confusing and not as elegant as possible.

They uses different attribute names for defining the same thing:

||Module||db.models.*Field||newforms.*Field||
||Maximum length of field||maxlength||max_length||
||Whether field can be empty or not||blank||required||

(maybe more)

I'm sure that if things have the same meaning, they should have the same name."		closed	Forms	dev		duplicate			Unreviewed	0	0	0	0	0	0
