diff options
Diffstat (limited to 'django/db/backends/postgresql/features.py')
| -rw-r--r-- | django/db/backends/postgresql/features.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/db/backends/postgresql/features.py b/django/db/backends/postgresql/features.py index 5bbf4b86cb..5e4ed320be 100644 --- a/django/db/backends/postgresql/features.py +++ b/django/db/backends/postgresql/features.py @@ -68,6 +68,7 @@ class DatabaseFeatures(BaseDatabaseFeatures): supports_covering_indexes = True supports_stored_generated_columns = True supports_nulls_distinct_unique_constraints = True + supports_no_precision_decimalfield = True can_rename_index = True test_collations = { "deterministic": "C", |
