Changes between Initial Version and Version 1 of Ticket #37097, comment 3


Ignore:
Timestamp:
May 12, 2026, 3:08:13 PM (3 hours ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37097, comment 3

    initial v1  
    33This 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?
    44
    5 {{{!diff
     5{{{#!diff
    66diff --git a/django/db/models/sql/query.py b/django/db/models/sql/query.py
    77index 45192b7809..603b7056ad 100644
Back to Top