Changes between Version 13 and Version 14 of Ticket #27317, comment 3


Ignore:
Timestamp:
Oct 7, 2016, 5:14:50 PM (8 years ago)
Author:
James Pic

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27317, comment 3

    v13 v14  
    55> Can you think of any precedents in Django where automatic merging similar to what you proposed takes place?
    66
    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.
     7I'm thinking that Form.Media inherits from the Widget Media because it's a requirement for the form to function properly. But I might be missing something again like the explicit inheritance design decision in my initial report.
    88
    9 If we have reasons to not merge Meta automatically, we've been doing so for Media so far.
     9If we have reasons to not merge Meta automatically, we've been merging so for Media so far, and we have the opportunity to improve it.
    1010
    1111Anyway, can we still fix explicit inheritance meanwhile ? It doesn't do the trick in the following example:
Back to Top