RE: Proposal: form_for_model exclude_fields

2007-10-13 Thread Michael Elsdoerfer
> 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

RE: Taming management.py, the 1730-line behemoth

2007-08-16 Thread Michael Elsdoerfer
> 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