Changes between Initial Version and Version 1 of Ticket #34012, comment 4


Ignore:
Timestamp:
Sep 17, 2022, 5:59:37 AM (20 months ago)
Author:
David Sanders

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34012, comment 4

    initial v1  
    1515SELECT "sample_child"."id", "sample_child"."parent_id" FROM "sample_child" INNER JOIN "sample_parent" ON ("sample_child"."parent_id" = "sample_parent"."id") ORDER BY "sample_parent"."id" ASC
    1616}}}
     17
     18Edit: (I guess the question is whether Django should raise an error or continue onto ordering)
Back to Top