Changes between Initial Version and Version 1 of Ticket #32281


Ignore:
Timestamp:
Dec 17, 2020, 6:06:53 AM (4 years ago)
Author:
Mariusz Felisiak
Comment:

Thanks for this ticket, however IMO this is an expected behavior. In the second example a_set is a field lookup on b so we can change its name to my_a (in b) but we cannot assign it directly to the main object, it will be misleading.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32281

    • Property Component UncategorizedDatabase layer (models, ORM)
    • Property Resolutionwontfix
    • Property Status newclosed
    • Property Type UncategorizedNew feature
  • Ticket #32281 – Description

    initial v1  
    1111}}}
    1212
    13 That last assertion fails because p.prefetch_to == "b__my_a"
     13That last assertion fails because `p.prefetch_to == "b__my_a"`
    1414
    1515**Description and use case**
Back to Top