From 2b582387d51c44fa928351ca55f05fc8b8d2986e Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 4 Aug 2023 06:35:13 +0200 Subject: Fixed #34760 -- Dropped support for SQLite < 3.27. --- docs/ref/models/querysets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 1c73a7f085..106a5e8a17 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -2411,7 +2411,7 @@ On databases that support it (all but Oracle), setting the ``ignore_conflicts`` parameter to ``True`` tells the database to ignore failure to insert any rows that fail constraints such as duplicate unique values. -On databases that support it (all except Oracle and SQLite < 3.24), setting the +On databases that support it (all except Oracle), setting the ``update_conflicts`` parameter to ``True``, tells the database to update ``update_fields`` when a row insertion fails on conflicts. On PostgreSQL and SQLite, in addition to ``update_fields``, a list of ``unique_fields`` that may -- cgit v1.3