mirror of
https://github.com/django/django.git
synced 2025-08-07 12:28:18 +00:00
Refs #27030 -- Added index type introspection on PostgreSQL.
This commit is contained in:
parent
72d541b61c
commit
2f19306a12
5 changed files with 21 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue