diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-08-04 06:35:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-04 06:35:13 +0200 |
| commit | 2b582387d51c44fa928351ca55f05fc8b8d2986e (patch) | |
| tree | 79eb0423530ab2a9ce8dbdbd20431bab073a5b71 /docs/ref/models | |
| parent | f46a6b2816819ed12d4d0150c99d66920070ca15 (diff) | |
Fixed #34760 -- Dropped support for SQLite < 3.27.
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/querysets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
