summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql
diff options
context:
space:
mode:
authorAkshesh <aksheshdoshi@gmail.com>2016-08-25 12:42:17 +0530
committerTim Graham <timograham@gmail.com>2016-09-02 21:14:12 -0400
commitdbccf163b6e45bf2a673c249d4667360676acddc (patch)
tree55f45364d66e03cee18d76ab84669988c7a2b34d /django/db/backends/postgresql
parent082f5bfdbcc9b18d064dd6c72a910188c459d617 (diff)
Fixed #27097 -- Added index type introspection to built-in db backends.
Diffstat (limited to 'django/db/backends/postgresql')
-rw-r--r--django/db/backends/postgresql/features.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/backends/postgresql/features.py b/django/db/backends/postgresql/features.py
index 918dfe7978..a9e1c77480 100644
--- a/django/db/backends/postgresql/features.py
+++ b/django/db/backends/postgresql/features.py
@@ -22,7 +22,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
can_introspect_autofield = True
can_introspect_ip_address_field = True
can_introspect_small_integer_field = True
- can_introspect_index_type = True
can_distinct_on_fields = True
can_rollback_ddl = True
supports_combined_alters = True