﻿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
12652	create_update should support extra data to be intial and bind on form	jasongreen	nobody	"i have write some code to resolve this problem.

1. sometimes we need initilize the form by querystring when we create an object. e.g. /student/create/?school=2 , is it?
 * initilize by request.GET
2. sometimes we need initialze the form by sepecified data not contains in request.GET
 * add an initial parameter in create_object,e.g. create(...initial={'owner':request.user,'somthing':something_runtime})
3. sometimes we need to force to update some field with specified data that not contained in request.POST. or something must be set at server side.
 * add an force_data parameter in create_object and update_object. e.g. create(...force_data=('ip_addr':request.META['REMOTE_ADDR'])
4. additional change. because of browser cache the form values for each name, if the name is 'name' or some name else appears offen, the browser tip is verbosely. so i think add a prefix to form is good.
 * add prefix for form.
"		closed	Generic views	1.1		wontfix			Unreviewed	1	0	1	0	0	0
