Changes between Version 4 and Version 5 of Ticket #27317, comment 3
- Timestamp:
- Oct 7, 2016, 5:03:48 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27317, comment 3
v4 v5 1 1 > As the documentation says about Meta, "Normal Python name resolution rules apply. If you have multiple base classes that declare a Meta inner class, only the first one will be used. 2 2 3 Oh, I was talking about Media, not Meta... I don't see any case where you'd want to render a widget or form without a certain script that it requires, users would just end with broken forms or is there any other result possible from this ? 3 Oh, I was talking about Media, not Meta... I don't see any case where you'd want to render a widget or form without a certain script that it requires, users would just end with broken forms or is there any other result possible from this ? 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. 4 4 5 5 Even if the paralogism is valid (which I recon I didn't think about it much), explicit inheritance doesn't fix it: