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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27317, comment 3

    v7 v8  
    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 if 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.
     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 appropriate.
    88
    9 Even if the paralogism between Form.Meta and Form.Media is valid (which I recon I didn't check), explicit inheritance doesn't fix it:
     9Anyway, can we still fix explicit inheritance meanwhile ? It doesn't do the trick in the following example:
    1010
    1111{{{
Back to Top