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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18597, comment 5

    initial v1  
     1Transfering my concerns from the duplicate issue. I there is some code cleanup needed before attempting to fix this.
     2This 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)
    13This would help support prefetching configuration on parent admin's queryset.
    24This 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