﻿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
4019	Use default-value of model-fields as initial-value for newforms-fields	David Danier <goliath.mailinglist@…>	Adrian Holovaty	"I think using the default-value of a model-field as the initial value of the newsforms equivalent could be useful. So I added setting defaults['initial'] in the formfield()-method of every model-fields.
As I'm not really using this the code is only tested a little, but looks working.

I did not put the code into django.newforms.models.* as I think this should be handled inside the field itself (like all other values). But perhaps some solution could be found to avoid code duplication (DRY)."		closed	Forms	dev		duplicate	model default newforms field initial	brosner@…	Unreviewed	1	0	0	0	0	0
