Changes between Version 5 and Version 7 of Ticket #32587


Ignore:
Timestamp:
Mar 24, 2021, 7:31:23 AM (4 years ago)
Author:
Andreas Galazis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32587

    • Property Summary Use RelatedManager of parent object in get_queryset of inlines and support prfetchingUse RelatedManager of parent object in get_queryset of inlines and support prefetching
  • Ticket #32587 – Description

    v5 v7  
    1919        return qs
    2020}}}
    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.
     21instead 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.
Back to Top