mirror of
https://github.com/django/django.git
synced 2025-08-07 20:38:21 +00:00
Refs #29722 -- Added introspection of materialized views for Oracle.
Thanks Tim Graham for the review.
This commit is contained in:
parent
26c2a6ff88
commit
f091ea3515
9 changed files with 43 additions and 16 deletions
|
@ -21,6 +21,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
supports_transactions = True
|
||||
can_introspect_autofield = True
|
||||
can_introspect_ip_address_field = True
|
||||
can_introspect_materialized_views = True
|
||||
can_introspect_small_integer_field = True
|
||||
can_distinct_on_fields = True
|
||||
can_rollback_ddl = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue