Changed default value of DatabaseFeatures.has_bulk_insert to True.

This commit is contained in:
Mads Jensen 2017-09-18 14:12:35 +02:00 committed by Tim Graham
parent 256182c43d
commit 3939e2b4dc
5 changed files with 1 additions and 5 deletions

View file

@ -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