Changes between Initial Version and Version 1 of Ticket #20932, comment 10
- Timestamp:
- 02/11/16 07:03:08 (7 years ago)
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.1 OK this boils down to `AbstractEvent.events` being inherited by `MessyBachelorParty` despite having `BachelorParty` in between, hence why `MessyBachelorParty.objects` doesn't exist. 2 2 3 3 There 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.