mirror of https://github.com/django/django.git
[1.6.x] Fixed #21041 -- Removed a duplicate form in tests.
Thanks tuxcanfly.
Backport of bab039d74c
from master
This commit is contained in:
parent
a8624b22a7
commit
77cf0d6519
|
@ -113,12 +113,6 @@ class ArticleForm(forms.ModelForm):
|
|||
fields = '__all__'
|
||||
|
||||
|
||||
class ArticleForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = Article
|
||||
fields = '__all__'
|
||||
|
||||
|
||||
class PartialArticleForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = Article
|
||||
|
|
Loading…
Reference in New Issue