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


Ignore:
Timestamp:
02/11/16 07:03:08 (7 years ago)
Author:
Loic Bistuer
Comment:

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