Changes between Version 5 and Version 7 of Ticket #32587
- Timestamp:
- Mar 24, 2021, 7:31:23 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32587
- Property Summary Use RelatedManager of parent object in get_queryset of inlines and support prfetching → Use RelatedManager of parent object in get_queryset of inlines and support prefetching
-
Ticket #32587 – Description
v5 v7 19 19 return qs 20 20 }}} 21 instead if throwing it `__init__` Intit could just call the above to get the value . This way filtering wouldn't be enforced in the case of related manager querysets since we could overwrite the method.21 instead if throwing it `__init__`. Init could just call the above to get the value . This way filtering wouldn't be enforced in the case of related manager querysets since we could overwrite the method.