Changes between Initial Version and Version 1 of Ticket #29262, comment 14


Ignore:
Timestamp:
Nov 28, 2019, 6:46:02 AM (5 years ago)
Author:
Alexandr Artemyev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29262, comment 14

    initial v1  
    6464
    6565{{{
    66 join_to(Users, subquery, 'id', 'target', queryset, 'subquery').extra(
     66join_to(User, subquery, 'id', 'target', queryset, 'subquery').extra(
    6767            select={
    6868                field_name: f'COALESCE({field_name}, 0)'
Back to Top