Changes between Initial Version and Version 1 of Ticket #29688, comment 6
- Timestamp:
- Aug 23, 2018, 9:21:05 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29688, comment 6
initial v1 1 1 I 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.)2 Even 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.) 3 3 4 4 My preferred option here is very much to not add extra API. (But mine is just one opinion.)