mirror of
https://github.com/django/django.git
synced 2025-08-07 12:28:18 +00:00
Changed default value of DatabaseFeatures.has_bulk_insert to True.
This commit is contained in:
parent
256182c43d
commit
3939e2b4dc
5 changed files with 1 additions and 5 deletions
|
@ -14,7 +14,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
has_select_for_update = True
|
||||
has_select_for_update_nowait = True
|
||||
has_select_for_update_of = True
|
||||
has_bulk_insert = True
|
||||
uses_savepoints = True
|
||||
can_release_savepoints = True
|
||||
supports_tablespaces = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue