Changes between Version 1 and Version 2 of Ticket #29688, comment 4
- Timestamp:
- Aug 22, 2018, 2:52:42 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29688, comment 4
v1 v2 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()` we're not going to use `ordering` — we'll just add an `orderBy` — so it's essentially 2 lines we're talking about.)18 (And once we're implementing `get_queryset()` if we skip `ordering` and just add an `orderBy` it'll 2 lines.) 19 19