Changes between Version 1 and Version 2 of Ticket #29688, comment 4


Ignore:
Timestamp:
Aug 22, 2018, 2:52:42 PM (6 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29688, comment 4

    v1 v2  
    1616Half-a-dozen lines seems better to me that adding an extra option to the ModelAdmin API. (Which is already massive.)
    1717
    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.)
    1919
Back to Top