Changes between Initial Version and Version 1 of Ticket #20932, comment 10


Ignore:
Timestamp:
Feb 11, 2016, 1:03:08 AM (8 years ago)
Author:
Loic Bistuer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20932, comment 10

    initial v1  
    1 OK this boils down to `AbstractEvent.events` being inherited by `MessyBachelorParty` despite having `BachelorParty` in between, hence why `AbstractEvent.objects` doesn't exist.
     1OK this boils down to `AbstractEvent.events` being inherited by `MessyBachelorParty` despite having `BachelorParty` in between, hence why `MessyBachelorParty.objects` doesn't exist.
    22
    33There is a design question here, should models inherit from managers of abstract models no matter what, or should we consider inheritance must stop when it hits a concrete parents.
Back to Top