Changes between Version 2 and Version 3 of Ticket #29688, comment 4
- Timestamp:
- Aug 23, 2018, 12:06:35 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29688, comment 4
v2 v3 16 16 Half-a-dozen lines seems better to me that adding an extra option to the ModelAdmin API. (Which is already massive.) 17 17 18 (And once we're implementing `get_queryset()` if we skip `ordering` and just add an `orderBy` it'll 2 lines.)18 (And once we're implementing `get_queryset()` if we skip `ordering` and just add an `orderBy` it'll be 2 lines, which you save not having `ordering` and, the proposed, `manager_name` anyway.) 19 19