> > It's hard to keep up with web2py new features. What is exactly, > update=False?
True, but that's not a new feature (been there as long as I can remember). The "update" argument sets the value the field should take upon update if no value is specified (much like "default" works for inserts). Like "default", it can be a callable. It's in the book. Anthony -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

