Changes between Initial Version and Version 1 of Ticket #34012, comment 4
- Timestamp:
- Sep 17, 2022, 5:59:37 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34012, comment 4
initial v1 15 15 SELECT "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 16 16 }}} 17 18 Edit: (I guess the question is whether Django should raise an error or continue onto ordering)