diff options
| author | Tim Graham <timograham@gmail.com> | 2018-11-09 19:09:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-09 19:09:36 -0500 |
| commit | f82be9ebc79e30fef796bbc61fec4b9694cb779f (patch) | |
| tree | c4a5907223c04a3f005612543abea418234afe5c /django/db/backends/postgresql/features.py | |
| parent | f9ff1df1daac8ae1fc22b27f48735148cb5488dd (diff) | |
Fixed #29934 -- Added sqlparse as a require dependency.
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 148e0766ed..4fae7b1d34 100644 --- a/django/db/backends/postgresql/features.py +++ b/django/db/backends/postgresql/features.py @@ -26,7 +26,6 @@ class DatabaseFeatures(BaseDatabaseFeatures): nulls_order_largest = True closed_cursor_error_class = InterfaceError has_case_insensitive_like = False - requires_sqlparse_for_splitting = False greatest_least_ignores_nulls = True can_clone_databases = True supports_temporal_subtraction = True |
