mirror of
https://github.com/django/django.git
synced 2025-08-06 20:08:20 +00:00
Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_indexes to True.
This commit is contained in:
parent
b5cef91a91
commit
ffe756d624
5 changed files with 7 additions and 4 deletions
|
@ -58,7 +58,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
supports_deferrable_unique_constraints = True
|
||||
has_json_operators = True
|
||||
json_key_contains_list_matching_requires_list = True
|
||||
supports_expression_indexes = True
|
||||
|
||||
django_test_skips = {
|
||||
'opclasses are PostgreSQL only.': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue