Add column and row partitioning filters to contrib.webdesign
Partitioning a list into rows/columns is quite a common web design request and is quite useful.
My snippet (http://www.djangosnippets.org/snippets/401/) has a complete solution with tests. It wouldn't take much effort to merge this with the contrib.webdesign package, but I want to pass the idea through a design decision before I bother though.
Change History
(5)
Owner: |
changed from nobody to Chris Beaven
|
Triage Stage: |
Unreviewed → Design decision needed
|
Component: |
Contrib apps → contrib.webdesign
|
Easy pickings: |
unset
|
Resolution: |
→ wontfix
|
Status: |
new → closed
|
UI/UX: |
unset
|
Discussion with Carl: Demand for this doesn't seem overwhelming (read: nonexistant), this can easily live outside of Django (as it has for 4 years), and the right way to solve these issues is increasinly CSS. Therefore: wontfix.