Changes between Version 1 and Version 2 of Ticket #29985, comment 4
- Timestamp:
- Nov 27, 2018, 5:17:59 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29985, comment 4
v1 v2 4 4 5 5 Your `CollectionAdmin` is a good example as it requires fetching `items` anyway to display the inlines. Doing it through `prefetch_related` or not will still result in a query. 6 7 FWIW the `get_list_queryset` idea is already tracked in #10761.