﻿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
3557	SlugField not correctly autopopulated / has no max_length	Russell Cloran <russell@…>	Adrian Holovaty	"The SlugField returns a forms.CharField, but does not set the max_length attribute.

That means that in newforms-admin auto-population of the field doesn't work. As well as many other Bad Things.

I think that subclassing the CharField is the way to go here. If not, the alternative method (copy-paste bits out of the CharField class) is also a trivial patch."		closed	Forms	newforms-admin		fixed	newforms newforms-admin slugfield		Accepted	1	0	0	0	0	0
