Changes between Initial Version and Version 1 of Ticket #27594


Ignore:
Timestamp:
Dec 13, 2016, 8:13:48 AM (7 years ago)
Author:
Daniel Hillier
Comment:

The proposed fix tests for self-referential relationships and avoids the multiple concrete model inheritance path in those instances.

PR

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27594

    • Property Owner changed from daniel.hillier@… to Daniel Hillier
  • Ticket #27594 – Description

    initial v1  
    22
    33The 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.
Back to Top