﻿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
12518	create_update of generic view cannot be use for models which bounded to request objects	jasongreen	nobody	"If a model has a field of user, just like creator, owner. And this field should automaticlly assigned by request.user. there also is some models fields are bound to request boject , just like last_modifier,last_ip, and so on. Although, we can do this in views functions ,but should it be done at form layer?
{{{
def is_valid(self,request=None):
  ...
def clean(self,request=None):
  ...
}}}
alternativly, sovle the problem of that models which bounded to request object can't use generic view create_update as well as others models ,in another way."		closed	Forms	dev		duplicate			Unreviewed	0	0	0	0	0	0
