diff --git a/tests/model_formsets/test_uuid.py b/tests/model_formsets/test_uuid.py index 2097bde82b..2084fc2987 100644 --- a/tests/model_formsets/test_uuid.py +++ b/tests/model_formsets/test_uuid.py @@ -43,6 +43,8 @@ class InlineFormsetTests(TestCase): } ) self.assertTrue(formset.is_valid()) + self.assertIsNone(formset.instance.uuid) + self.assertIsNone(formset.forms[0].instance.parent_id) def test_inlineformset_factory_nulls_default_pks_uuid_parent_auto_child(self): """