Changes between Version 18 and Version 19 of DjangoDesign


Ignore:
Timestamp:
Feb 9, 2010, 12:27:12 AM (14 years ago)
Author:
jcroft
Comment:

Wiki formatting fix

Legend:

Unmodified
Added
Removed
Modified
  • DjangoDesign

    v18 v19  
    4040When selecting or creating related objects in the admin UI, you're often forced to open new windows, and if you need to create successive new items, you can quickly have four or five windows open at once. I know we can all agree this is a poor experience. I'm not proposing any solutions at this time, but there's definitely an issue, here. (JC)
    4141
    42 === Better UI for Generic relationships ==
     42=== Better UI for Generic relationships ===
    4343
    4444Simply, there has to be a friendlier way to select an object through a generic relation. Even with Grappelli's auto-search, it's still entering numbers at random, or going a few views over to find the ID you're looking for. A possible solution is to populate a select box dynamically (in the same vein as Grappelli's auto-search?). (BV)
Back to Top