Changes between Version 9 and Version 10 of Ticket #27317, comment 3


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27317, comment 3

    v9 v10  
    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 a paralogism between Meta and Media would be helpful or rather get us further from the truth, prudence toward paralogism is usually recommended.
     7I'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.
    88
    99Anyway, can we still fix explicit inheritance meanwhile ? It doesn't do the trick in the following example:
Back to Top