mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
parent
ebfe42d018
commit
bab039d74c
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue