Re: Newbie generic view query

2006-08-19 Thread boglet
Ivan Sagalaev wrote: > What you're seeing is probably a distinction between 'null=True' and > 'blank=True' in field's parameters. The former means "allow NULL in a db > table" and the latter means "not required when a default manipulator > does form validation". Looks like you didn't include the

Newbie generic view query

2006-08-19 Thread boglet
Hi, I've created a model with 9 fields, 3 of which I need to be filled in at object create time, the other 6 filled in at a later date. I'm using the create_update.create_object generic view and everything seems to be working up to a point. My template was just asking for the 3 mandatory fields