Further removal of static admin validation that can fail erroneously

This commit is contained in:
Luke Plant 2013-05-09 15:11:02 +01:00
parent 1906cb9360
commit 1e37cb37ce
3 changed files with 0 additions and 40 deletions

View file

@ -269,8 +269,6 @@ class ValidationTestCase(TestCase):
"""
class SongForm(forms.ModelForm):
extra_data = forms.CharField()
class Meta:
model = Song
class FieldsOnFormOnlyAdmin(admin.ModelAdmin):
form = SongForm