Changes between Initial Version and Version 1 of DjangoDesign


Ignore:
Timestamp:
Feb 8, 2010, 3:53:35 PM (14 years ago)
Author:
Wilson Miner
Comment:

Added Django Design page for collecting admin design ideas

Legend:

Unmodified
Added
Removed
Modified
  • DjangoDesign

    v1 v1  
     1This 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
     5Small, focused changes that require some design work, but can be implemented within the existing admin design.
     6
     7=== Collapse filters in changelist sidebar ==
     8
     9Filter 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
     13Larger proposals that would require major changes to the current admin design, but could be considered for integration in an overall redesign.
Back to Top