Changes between Version 1 and Version 2 of Ticket #35309, comment 11
- Timestamp:
- Mar 16, 2024, 1:52:19 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35309, comment 11
v1 v2 16 16 But it would require a larger discussion I think. 17 17 If you think the name of `QuerySet._in_place_empty_order_by()` should be changed for something else, tell me. 18 I may also directly call `queryset.query.clear_ordering(force=True, clear_default=True)`. 19 Tell me what you prefer to avoid the useless cloning :). 18 20 19 21