Commit 720da88
Gyan Ranjan Panda
Filter unresolved dependencies in memory to guarantee zero DB queries
Replaces queryset .unresolved() call with in-memory list comprehension.
This ensures the prefetch guarantee is airtight with no potential for
additional database queries during tree traversal.
Signed-off-by: Gyan Ranjan Panda <gyanranjanpanda@gmail.com>1 parent ec81e02 commit 720da88
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2778 | 2778 | | |
2779 | 2779 | | |
2780 | 2780 | | |
2781 | | - | |
| 2781 | + | |
| 2782 | + | |
| 2783 | + | |
| 2784 | + | |
| 2785 | + | |
| 2786 | + | |
2782 | 2787 | | |
2783 | 2788 | | |
2784 | 2789 | | |
| |||
0 commit comments