diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-17 17:58:14 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-17 17:58:14 -0700 |
| commit | 65750b83523870851008e804364121f8c458fc2d (patch) | |
| tree | 4fc24535f85f84c69e64c6eac654294725d906df /tests/model_forms/tests.py | |
| parent | 65d1d65d52a87bba22845bcb7c3c921a8789ec19 (diff) | |
| parent | bab9123daa5d05150951f74183906a76d2b0cf27 (diff) | |
Merge pull request #1768 from alasdairnicol/ticket_21268
Fixed #21268 -- Fixed E303 pep8 warnings
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): |
