diff options
Diffstat (limited to 'tests/model_forms')
| -rw-r--r-- | tests/model_forms/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_forms/tests.py b/tests/model_forms/tests.py index 556a41ed83..194e97a08b 100644 --- a/tests/model_forms/tests.py +++ b/tests/model_forms/tests.py @@ -2849,7 +2849,7 @@ class CustomMetaclassTestCase(SimpleTestCase): self.assertEqual(new_cls.base_fields, {}) -class StrictAssignmentTests(TestCase): +class StrictAssignmentTests(SimpleTestCase): """ Should a model do anything special with __setattr__() or descriptors which raise a ValidationError, a model form should catch the error (#24706). |
