diff options
Diffstat (limited to 'tests/model_forms/tests.py')
| -rw-r--r-- | tests/model_forms/tests.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/model_forms/tests.py b/tests/model_forms/tests.py index f6e9a886a2..46f3b95272 100644 --- a/tests/model_forms/tests.py +++ b/tests/model_forms/tests.py @@ -31,7 +31,6 @@ if test_images: model = ImageFile fields = '__all__' - class OptionalImageFileForm(forms.ModelForm): class Meta: model = OptionalImageFile @@ -62,7 +61,6 @@ class DerivedBookForm(forms.ModelForm): fields = '__all__' - class ExplicitPKForm(forms.ModelForm): class Meta: model = ExplicitPK @@ -609,8 +607,6 @@ class ValidationTest(TestCase): assert form.is_valid() - - # unique/unique_together validation class UniqueTest(TestCase): def setUp(self): |
