| 1 | This page is a stub for collecting ideas and proposals for design-related changes to Django, specifically in the admin interface. Whenever possible, try to explain the practical benefits or a real-world use case for any proposals. |
| 2 | |
| 3 | == Quick Hits == |
| 4 | |
| 5 | Small, focused changes that require some design work, but can be implemented within the existing admin design. |
| 6 | |
| 7 | === Collapse filters in changelist sidebar == |
| 8 | |
| 9 | Filter options take of a lot of vertical space in the changelist sidebar. This makes it difficult to use fields with lots of options as filters, or to use more than a few fields as filters. This could be solved by adding an option to display filters with more than a specified number of options as a select element instead of in a list. (WM) |
| 10 | |
| 11 | == Big Ideas == |
| 12 | |
| 13 | Larger proposals that would require major changes to the current admin design, but could be considered for integration in an overall redesign. |