Changes between Initial Version and Version 1 of Ticket #27594
- Timestamp:
- Dec 13, 2016, 8:13:48 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27594
- Property Owner changed from to
-
Ticket #27594 – Description
initial v1 2 2 3 3 The incorrect columns are introduced by the sqlcompiler mistaking the reverse select_related path as a part of a multiple concrete model inheritance structure. 4 5 The proposed fix tests for self-referential relationships and avoids the multiple concrete model inheritance path in those instances.6 7 Test added and all other tests are passing.