-
Notifications
You must be signed in to change notification settings - Fork 299
Commit d3bb2b2
Now works with nested relationship prefetching.
The validation here is awkward (following the relationships through
the model fields), I couldn't find a better way to ensure the
included args exist for a django prefetch rather than erroring out.1 parent ccd2681 commit d3bb2b2
1 file changed
+23
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | + | ||
31 | 32 |
| |
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | - | ||
37 | - | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
38 | 55 |
| |
39 | 56 |
| |
40 | 57 |
| |
|
0 commit comments