Changes between Version 11 and Version 12 of Ticket #27317, comment 3
- Timestamp:
- Oct 7, 2016, 5:12:25 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27317, comment 3
v11 v12 5 5 > Can you think of any precedents in Django where automatic merging similar to what you proposed takes place? 6 6 7 I'm thinking that Form.Media inherits from the Widget Media because they require it to function properly, not because it would be nice to have. But I might be missing something again like the explicit inheritance design decision in my initial report. I'm not convinced that a paralogism between Meta and Media would be appropriate, I tend to be cautious because it looks like syllogism.7 I'm thinking that Form.Media inherits from the Widget Media because they require it to function properly, not because it would be nice to have. But I might be missing something again like the explicit inheritance design decision in my initial report. I'm not convinced that a paralogism between Meta and Media would be appropriate, I tend to be cautious because I never remember the differenc with syllogism, which takes us further from the thruth than not. 8 8 9 9 If we have reasons to not merge Meta automatically, we've been doing so for Media so far.