Re: Extending result count at bottom of admin pages

2009-12-07 Thread Count László de Almásy
On Dec 6, 9:33 am, Kaze wrote: > You can override "changelist_view" function in admin.py for that > model. ok, thanks, that helped me figure out a solution. here's what i added to admin.py within my Sales class. i can then access 'cl.amount_sum' from my pagination.html template. anything wrong wi

Re: Extending result count at bottom of admin pages

2009-12-06 Thread Kaze
You can override "changelist_view" function in admin.py for that model. Tryn googling "def changelist_view(self, request, extra_context=None, **kwargs):". On Dec 6, 7:26 pm, Count László de Almásy wrote: > I'm new to django but working hard to come up to speed. I need to make > a small change to