@@ -205,6 +205,8 @@ def django_test_expected_failures(self):
205205 "lookup.tests.LookupTests.test_in_ignore_none_with_unhashable_items" ,
206206 "m2m_through_regress.tests.ThroughLoadDataTestCase.test_sequence_creation" ,
207207 "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" ,
208210 "migrations.test_operations.OperationTests.test_autofield__bigautofield_foreignfield_growth" ,
209211 "migrations.test_operations.OperationTests.test_model_with_bigautofield" ,
210212 "migrations.test_operations.OperationTests.test_smallfield_autofield_foreignfield_growth" ,
@@ -213,6 +215,8 @@ def django_test_expected_failures(self):
213215 "model_fields.test_autofield.BigAutoFieldTests" ,
214216 "model_fields.test_autofield.SmallAutoFieldTests" ,
215217 "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" ,
216220 },
217221 "Converters aren't run on returning fields from insert." : {
218222 # Unsure this is needed for this backend. Can implement by request.
@@ -231,6 +235,7 @@ def django_test_expected_failures(self):
231235 "queries.test_qs_combinators.QuerySetSetOperationTests.test_order_raises_on_non_selected_column" ,
232236 "queries.tests.RelatedLookupTypeTests.test_values_queryset_lookup" ,
233237 "queries.tests.ValuesSubqueryTests.test_values_in_subquery" ,
238+ "sites_tests.tests.CreateDefaultSiteTests.test_no_site_id" ,
234239 },
235240 "Cannot use QuerySet.delete() when querying across multiple collections on MongoDB." : {
236241 "admin_changelist.tests.ChangeListTests.test_distinct_for_many_to_many_at_second_level_in_search_fields" ,
0 commit comments