mirror of
https://github.com/django/django.git
synced 2025-08-07 04:18:19 +00:00
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
This commit is contained in:
parent
45086c294d
commit
f1fbef6cd1
13 changed files with 105 additions and 14 deletions
|
@ -66,3 +66,4 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
has_jsonb_agg = is_postgresql_9_5
|
||||
has_brin_autosummarize = is_postgresql_10
|
||||
has_gin_pending_list_limit = is_postgresql_9_5
|
||||
supports_ignore_conflicts = is_postgresql_9_5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue