Changes between Version 18 and Version 19 of DjangoDesign
- Timestamp:
- Feb 9, 2010, 12:27:12 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoDesign
v18 v19 40 40 When 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) 41 41 42 === Better UI for Generic relationships == 42 === Better UI for Generic relationships === 43 43 44 44 Simply, 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)