Changes between Version 1 and Version 2 of Ticket #35309, comment 11


Ignore:
Timestamp:
Mar 16, 2024, 1:52:19 PM (8 months ago)
Author:
Laurent Lyaudet

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35309, comment 11

    v1 v2  
    1616But it would require a larger discussion I think.
    1717If you think the name of `QuerySet._in_place_empty_order_by()` should be changed for something else, tell me.
     18I may also directly call `queryset.query.clear_ordering(force=True, clear_default=True)`.
     19Tell me what you prefer to avoid the useless cloning :).
    1820
    1921
Back to Top