Skip to content

Commit 9ba20de

Browse files
committed
django
django
1 parent 7bc09e6 commit 9ba20de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

HelloWorld/TestModel/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Meta:
4343
class ArticleForm(forms.ModelForm):
4444
class Meta:
4545
model = article
46+
exclude = ('create_date',)
4647

4748

4849
if __name__ == '__main__':

0 commit comments

Comments
 (0)