Changes between Initial Version and Version 1 of Ticket #29688, comment 6


Ignore:
Timestamp:
Aug 23, 2018, 9:21:05 AM (6 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29688, comment 6

    initial v1  
    11I think in this case overriding `get_queryset()` leads to simpler, more straightforward code, that more clearly expresses your intent, and is ultimately more maintainable.
    2 Even if you have to write a few more lines. Basically I think we're beyond the sweet spot of these kind of declarative options here. (But this isn't something we need to agree on now.)
     2Even if you have to write a few more lines. Basically I think we're well beyond the sweet spot of these kind of declarative options here. (But this isn't something we need to agree on now.)
    33
    44My preferred option here is very much to not add extra API. (But mine is just one opinion.)
Back to Top