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

Re: MultipleObjectMixin and Pagination

2011-06-30 Thread Julien Phalip
much of the existing > functionality as possible, but I've hit a bit of a snag. > > I've a ModelFormSetMixin which extends MultipleObjectMixin, much like > how ModelFormMixin extends SingleObjectMixin in core. > > I want to take advantage of the pagination that MultipleObjectMixin