Skip to content

Commit 5c82946

Browse files
committed
Fix indentation of sentence documenting return behaviour for ConflictAction.NOTHING
1 parent 2c1811e commit 5c82946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conflict_handling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ This is preferable when the data you're about to insert is the same as the one t
219219
# obj2 is none! object alreaddy exists
220220
obj2 = MyModel.objects.on_conflict(['name'], ConflictAction.NOTHING).insert(name="me")
221221
222-
This applies to both :meth:`~psqlextra.query.PostgresQuerySet.insert` and :meth:`~psqlextra.query.PostgresQuerySet.bulk_insert`
222+
This applies to both :meth:`~psqlextra.query.PostgresQuerySet.insert` and :meth:`~psqlextra.query.PostgresQuerySet.bulk_insert`
223223

224224

225225
Bulk

0 commit comments

Comments
 (0)