Changes between Version 1 and Version 2 of Ticket #18597, comment 5


Ignore:
Timestamp:
Mar 25, 2021, 3:15:28 AM (4 years ago)
Author:
Andreas Galazis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18597, comment 5

    v1 v2  
    11Transfering my concerns from the duplicate issue. I there is some code cleanup needed before attempting to fix this.
    2 This will at least allow people to extend existing base classes to create custom inlines that can do ( facilitating the feature in the core framework is secondary)
     2This will at least allow people to extend existing base classes to create custom inlines that can do this ( facilitating the feature in the core framework is secondary)
    33This would help support prefetching configuration on parent admin's queryset.
    44This is not sufficient to support prefetching since there are multiple (I have found at least 3) instances in inline admin and inline formset where `self.get_queryset()[i]` paradigm is used.
Back to Top