Commit 46bd922
Refs #36605 -- Optimized QuerySet.in_bulk() for the empty id_list case.
Now that the setup is a bit more expensive, it makes sense to return earlier
for the empty case.1 parent 1820d35 commit 46bd922
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1166 | 1166 | | |
1167 | 1167 | | |
1168 | 1168 | | |
| 1169 | + | |
| 1170 | + | |
1169 | 1171 | | |
1170 | 1172 | | |
1171 | 1173 | | |
| |||
1236 | 1238 | | |
1237 | 1239 | | |
1238 | 1240 | | |
1239 | | - | |
1240 | | - | |
1241 | 1241 | | |
1242 | 1242 | | |
1243 | 1243 | | |
| |||
0 commit comments