@@ -197,6 +197,8 @@ def django_test_expected_failures(self):
197197 "lookup.tests.LookupTests.test_in_ignore_none_with_unhashable_items" ,
198198 "m2m_through_regress.tests.ThroughLoadDataTestCase.test_sequence_creation" ,
199199 "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" ,
200202 "migrations.test_operations.OperationTests.test_autofield__bigautofield_foreignfield_growth" ,
201203 "migrations.test_operations.OperationTests.test_model_with_bigautofield" ,
202204 "migrations.test_operations.OperationTests.test_smallfield_autofield_foreignfield_growth" ,
@@ -205,6 +207,8 @@ def django_test_expected_failures(self):
205207 "model_fields.test_autofield.BigAutoFieldTests" ,
206208 "model_fields.test_autofield.SmallAutoFieldTests" ,
207209 "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" ,
208212 },
209213 "Converters aren't run on returning fields from insert." : {
210214 # Unsure this is needed for this backend. Can implement by request.
@@ -223,6 +227,7 @@ def django_test_expected_failures(self):
223227 "queries.test_qs_combinators.QuerySetSetOperationTests.test_order_raises_on_non_selected_column" ,
224228 "queries.tests.RelatedLookupTypeTests.test_values_queryset_lookup" ,
225229 "queries.tests.ValuesSubqueryTests.test_values_in_subquery" ,
230+ "sites_tests.tests.CreateDefaultSiteTests.test_no_site_id" ,
226231 },
227232 "Cannot use QuerySet.delete() when querying across multiple collections on MongoDB." : {
228233 "admin_changelist.tests.ChangeListTests.test_distinct_for_many_to_many_at_second_level_in_search_fields" ,
0 commit comments