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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27317, comment 3

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