mirror of
https://github.com/django/django.git
synced 2025-08-06 20:08:20 +00:00
Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching_requires_list.
CockroachDB's behavior matches PostgreSQL.
This commit is contained in:
parent
eb215da363
commit
184a6eebb0
3 changed files with 7 additions and 2 deletions
|
@ -57,6 +57,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
validates_explain_options = False # A query will error on invalid options.
|
||||
supports_deferrable_unique_constraints = True
|
||||
has_json_operators = True
|
||||
json_key_contains_list_matching_requires_list = True
|
||||
|
||||
@cached_property
|
||||
def introspected_field_types(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue