Changes between Version 14 and Version 15 of DjangoDesign
- Timestamp:
- Feb 8, 2010, 6:41:05 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoDesign
v14 v15 19 19 See ticket #11700. Basically, there are a handful of UI elements that are available when you're selecting a related item that shouldn't be. Having them there when they don't actually work in this context is definitely a confusing UI. (JC) 20 20 21 === Better UI for raw keys === 22 23 Raw Foreign Keys and Raw m2m widgets work, but provide poor UI feedback. Ticket #7028 proposes to fix this, and has a draft patch. 24 21 25 == Big Ideas == 22 26 … … 26 30 27 31 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) 28 29 === Better UI for raw keys ===30 31 Raw Foreign Keys and Raw m2m widgets work, but provide poor UI feedback. Ticket #7028 proposes to fix this, and has a draft patch.32 32 33 33 === Dashboard "Placeholders" ===