> I'd like to add an 'exclude_fields' keyword argument to
> form_for_model, etc. exclude_fields would be a list of field names
> that should be excluded from the form.
Maybe you are already aware of this, but I believe you can exclude fields if
you return None in the formfield callback. It's not
> I'm not sure I like the idea of specifying a structure for it. I think
> I'd rather see a registration utility like the template library uses,
> so apps could use whatever structure they like,
I'd prefer this too. At there very least, provide the option to manually
register commands as an alter