We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa203f1 commit b920945Copy full SHA for b920945
docs/ref/models/querysets.txt
@@ -2181,7 +2181,8 @@ them, but it has a few caveats:
2181
``batch_size``.
2182
* Updating fields defined on multi-table inheritance ancestors will incur an
2183
extra query per ancestor.
2184
-* If ``objs`` contains duplicates, only the first one is updated.
+* When an individual batch contains duplicates, only the first instance in that
2185
+ batch will result in an update.
2186
2187
The ``batch_size`` parameter controls how many objects are saved in a single
2188
query. The default is to update all objects in one batch, except for SQLite
0 commit comments