Re: Adding aggregates to ModelAdmin.list_display

2016-09-30 Thread dor
Can we agree on the suggested design? Or does anyone think it needs to be incorporated into *list_display*? On Wednesday, September 21, 2016 at 7:43:06 PM UTC+3, dor wrote: > > I recently suggested adding a *list_aggregates* member to ModelAdmin, > along with a patch to match

Re: Adding aggregates to ModelAdmin.list_display

2016-09-24 Thread dor
I see much value in aggregating on a single page (rather than the entire QS). Check out this example: https://cloud.githubusercontent.com/assets/1499307/18555738/964622e0-7b71-11e6-9a53-3a525ba25b4b.png Also, my current implementation (in the pull request) does support a user-friendly name for

Adding aggregates to ModelAdmin.list_display

2016-09-21 Thread dor
I recently suggested adding a *list_aggregates* member to ModelAdmin, along with a patch to match: https://code.djangoproject.com/ticket/27229 A core developer counter-suggested changing the design of list_display to achieve the same; What do you think? -- You received this message because yo