Changes between Initial Version and Version 1 of Ticket #37097, comment 3
- Timestamp:
- May 12, 2026, 3:08:13 PM (3 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37097, comment 3
initial v1 3 3 This problem made me think of your initial approach at making `Query.clear_ordering` [https://github.com/django/django/pull/21247/ somewhat recursive] Jacob. Should we instead consider making the following changes instead? 4 4 5 {{{ !diff5 {{{#!diff 6 6 diff --git a/django/db/models/sql/query.py b/django/db/models/sql/query.py 7 7 index 45192b7809..603b7056ad 100644