diff options
| author | Mads Jensen <mje@inducks.org> | 2017-09-18 14:12:35 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-18 08:12:35 -0400 |
| commit | 3939e2b4dc0719075c29c968d09a746c2e10cb8c (patch) | |
| tree | 251e4a32287e9a9abd872c2af7f1344adc5b72e2 /django/db/backends/postgresql/features.py | |
| parent | 256182c43d2ff029a4c55c74e43041c79d819cf6 (diff) | |
Changed default value of DatabaseFeatures.has_bulk_insert to True.
Diffstat (limited to 'django/db/backends/postgresql/features.py')
| -rw-r--r-- | django/db/backends/postgresql/features.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/backends/postgresql/features.py b/django/db/backends/postgresql/features.py index 3c7a7af80f..de3fc6d1af 100644 --- a/django/db/backends/postgresql/features.py +++ b/django/db/backends/postgresql/features.py @@ -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 |
