Re: Proposal: Change ModelAdmin 'fields' to 'fieldsets'

2007-09-09 Thread Joseph Kocherhans
On 9/8/07, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On 9/8/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > Any serious opposition? > > Not at all -- this sounds perfectly sensible, and a good improvement. Committed in [6080]. I don't think anything in there makes Russell's suggestion

Re: Proposal: Change ModelAdmin 'fields' to 'fieldsets'

2007-09-09 Thread Joseph Kocherhans
On 9/9/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > On 9/9/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > > > I'd like to change the 'fields' attribute on ModelAdmin to > > 'fieldsets', and use 'fields' for a tuple of field names rather than a > > list of (fieldset_name, options) t

Re: Proposal: Change ModelAdmin 'fields' to 'fieldsets'

2007-09-09 Thread Russell Keith-Magee
On 9/9/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > I'd like to change the 'fields' attribute on ModelAdmin to > 'fieldsets', and use 'fields' for a tuple of field names rather than a > list of (fieldset_name, options) tuples. Only one of those two options ... > Any serious opposition? So

Re: Proposal: Change ModelAdmin 'fields' to 'fieldsets'

2007-09-08 Thread Jacob Kaplan-Moss
On 9/8/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > Any serious opposition? Not at all -- this sounds perfectly sensible, and a good improvement. Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Proposal: Change ModelAdmin 'fields' to 'fieldsets'

2007-09-08 Thread Joseph Kocherhans
I'd like to change the 'fields' attribute on ModelAdmin to 'fieldsets', and use 'fields' for a tuple of field names rather than a list of (fieldset_name, options) tuples. Only one of those two options should be specified. In addition, the fieldsets_add and fieldsets_change methods would return a l