`[3,4,5,6,7,8,9]| grouper -> [[3, 4], [5, 6], [7, 8], [9]]`
--
Ticket URL: <https://code.djangoproject.com/ticket/33202>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* version: => dev
* resolution: => wontfix
Comment:
The current thread is to keep Django a core framework, not providing every
utility which might be useful. You can write that filter in your own
library. You can start a discussion on DevelopersMailingList if you don't
agree.
--
Ticket URL: <https://code.djangoproject.com/ticket/33202#comment:1>