@@ -205,6 +205,8 @@ def django_test_expected_failures(self):
205
205
"lookup.tests.LookupTests.test_in_ignore_none_with_unhashable_items" ,
206
206
"m2m_through_regress.tests.ThroughLoadDataTestCase.test_sequence_creation" ,
207
207
"many_to_many.tests.ManyToManyTests.test_add_remove_invalid_type" ,
208
+ "many_to_one.tests.ManyToOneTests.test_fk_to_smallautofield" ,
209
+ "many_to_one.tests.ManyToOneTests.test_fk_to_bigautofield" ,
208
210
"migrations.test_operations.OperationTests.test_autofield__bigautofield_foreignfield_growth" ,
209
211
"migrations.test_operations.OperationTests.test_model_with_bigautofield" ,
210
212
"migrations.test_operations.OperationTests.test_smallfield_autofield_foreignfield_growth" ,
@@ -213,6 +215,8 @@ def django_test_expected_failures(self):
213
215
"model_fields.test_autofield.BigAutoFieldTests" ,
214
216
"model_fields.test_autofield.SmallAutoFieldTests" ,
215
217
"queries.tests.TestInvalidValuesRelation.test_invalid_values" ,
218
+ "schema.tests.SchemaTests.test_alter_autofield_pk_to_bigautofield_pk" ,
219
+ "schema.tests.SchemaTests.test_alter_autofield_pk_to_smallautofield_pk" ,
216
220
},
217
221
"Converters aren't run on returning fields from insert." : {
218
222
# Unsure this is needed for this backend. Can implement by request.
@@ -231,6 +235,7 @@ def django_test_expected_failures(self):
231
235
"queries.test_qs_combinators.QuerySetSetOperationTests.test_order_raises_on_non_selected_column" ,
232
236
"queries.tests.RelatedLookupTypeTests.test_values_queryset_lookup" ,
233
237
"queries.tests.ValuesSubqueryTests.test_values_in_subquery" ,
238
+ "sites_tests.tests.CreateDefaultSiteTests.test_no_site_id" ,
234
239
},
235
240
"Cannot use QuerySet.delete() when querying across multiple collections on MongoDB." : {
236
241
"admin_changelist.tests.ChangeListTests.test_distinct_for_many_to_many_at_second_level_in_search_fields" ,
0 commit comments