Re: MultipleObjectMixin and Pagination

2011-07-01 Thread Andrew Ingram
Hi Julien, I'm already involved on that ticket, the pagination issue is part of what's holding me back from contributing a patch. So I was looking to get some discussion about whether it's something that needs to be solved in core. In light of what you've said, I'm trying to think of a more str

Re: MultipleObjectMixin and Pagination

2011-06-30 Thread Julien Phalip
Hi Andrew, On Jul 1, 9:12 am, Andrew Ingram wrote: > Hi All, > > I've been working with Django's class-based views a fair bit recently, > specifically to create some additional ones (dealing with formsets > mostly). I've been trying to inherit as much of the existing > functionality as possible,

MultipleObjectMixin and Pagination

2011-06-30 Thread Andrew Ingram
Hi All, I've been working with Django's class-based views a fair bit recently, specifically to create some additional ones (dealing with formsets mostly). I've been trying to inherit as much of the existing functionality as possible, but I've hit a bit of a snag. I've a ModelFormSetMixin which ex