Refs #27030 -- Added index type introspection on PostgreSQL.

This commit is contained in:
Akshesh 2016-08-08 10:29:08 +05:30 committed by Tim Graham
parent 72d541b61c
commit 2f19306a12
5 changed files with 21 additions and 6 deletions

View file

@ -22,6 +22,7 @@ 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