@@ -197,6 +197,8 @@ def django_test_expected_failures(self):
197
197
"lookup.tests.LookupTests.test_in_ignore_none_with_unhashable_items" ,
198
198
"m2m_through_regress.tests.ThroughLoadDataTestCase.test_sequence_creation" ,
199
199
"many_to_many.tests.ManyToManyTests.test_add_remove_invalid_type" ,
200
+ "many_to_one.tests.ManyToOneTests.test_fk_to_smallautofield" ,
201
+ "many_to_one.tests.ManyToOneTests.test_fk_to_bigautofield" ,
200
202
"migrations.test_operations.OperationTests.test_autofield__bigautofield_foreignfield_growth" ,
201
203
"migrations.test_operations.OperationTests.test_model_with_bigautofield" ,
202
204
"migrations.test_operations.OperationTests.test_smallfield_autofield_foreignfield_growth" ,
@@ -205,6 +207,8 @@ def django_test_expected_failures(self):
205
207
"model_fields.test_autofield.BigAutoFieldTests" ,
206
208
"model_fields.test_autofield.SmallAutoFieldTests" ,
207
209
"queries.tests.TestInvalidValuesRelation.test_invalid_values" ,
210
+ "schema.tests.SchemaTests.test_alter_autofield_pk_to_bigautofield_pk" ,
211
+ "schema.tests.SchemaTests.test_alter_autofield_pk_to_smallautofield_pk" ,
208
212
},
209
213
"Converters aren't run on returning fields from insert." : {
210
214
# Unsure this is needed for this backend. Can implement by request.
@@ -223,6 +227,7 @@ def django_test_expected_failures(self):
223
227
"queries.test_qs_combinators.QuerySetSetOperationTests.test_order_raises_on_non_selected_column" ,
224
228
"queries.tests.RelatedLookupTypeTests.test_values_queryset_lookup" ,
225
229
"queries.tests.ValuesSubqueryTests.test_values_in_subquery" ,
230
+ "sites_tests.tests.CreateDefaultSiteTests.test_no_site_id" ,
226
231
},
227
232
"Cannot use QuerySet.delete() when querying across multiple collections on MongoDB." : {
228
233
"admin_changelist.tests.ChangeListTests.test_distinct_for_many_to_many_at_second_level_in_search_fields" ,
0 commit comments