File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
134
134
'model_fields.test_jsonfield.TestQuerying.test_key_in' ,
135
135
# Invalid argument types for function 'GET': (VARCHAR(14), VARCHAR(3))
136
136
'constraints.tests.CheckConstraintTests.test_validate_jsonfield_exact' ,
137
+ 'model_fields.test_jsonfield.TestQuerying.test_has_key_literal_lookup' ,
137
138
'model_fields.test_jsonfield.TestQuerying.test_literal_annotation_filtering' ,
138
139
# This isn't compatible with the SELECT ... FROM VALUES workaround
139
140
# for inserting JSON data. In other words, this query doesn't work:
@@ -195,6 +196,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
195
196
'migrations.test_operations.OperationTests.test_alter_field_with_index' ,
196
197
'migrations.test_operations.OperationTests.test_remove_index' ,
197
198
'migrations.test_operations.OperationTests.test_rename_index' ,
199
+ 'migrations.test_operations.OperationTests.test_rename_index_unnamed_index' ,
198
200
'schema.tests.SchemaTests.test_add_remove_index' ,
199
201
'schema.tests.SchemaTests.test_alter_field_add_index_to_integerfield' ,
200
202
'schema.tests.SchemaTests.test_index_together' ,
You can’t perform that action at this time.
0 commit comments