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
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
2 matches
Mail list logo