Changes between Version 2 and Version 3 of Ticket #29688, comment 2
- Timestamp:
- Aug 21, 2018, 5:19:22 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29688, comment 2
v2 v3 16 16 ... where we leave the built-in functionality alone and implement our base filtering (i.e. soft-delete here) in a separate manager. 17 17 18 It seems to me that adding API to ModelAdmin (or needing to override `get_queryset()` to go via `_base_manager`) to allow correcting for **not** following the advice here is... well... not the way I'd go, shall we say.18 It seems to me that adding API to ModelAdmin (or needing to override `get_queryset()` to go via `_base_manager`) in order to allow correcting for **not** following the advice here is... well... not the way I'd go, shall we say. 19 19 20 20 Not totally against, but that's my thought.