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
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,
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