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 2c1811e commit 5c82946Copy full SHA for 5c82946
docs/source/conflict_handling.rst
@@ -219,7 +219,7 @@ This is preferable when the data you're about to insert is the same as the one t
219
# obj2 is none! object alreaddy exists
220
obj2 = MyModel.objects.on_conflict(['name'], ConflictAction.NOTHING).insert(name="me")
221
222
-This applies to both :meth:`~psqlextra.query.PostgresQuerySet.insert` and :meth:`~psqlextra.query.PostgresQuerySet.bulk_insert`
+ This applies to both :meth:`~psqlextra.query.PostgresQuerySet.insert` and :meth:`~psqlextra.query.PostgresQuerySet.bulk_insert`
223
224
225
Bulk
0 commit comments