We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf47a62 commit abb6086Copy full SHA for abb6086
example/blog/admin.py
@@ -4,7 +4,7 @@
4
5
class CommentInline(admin.TabularInline):
6
model = Comment
7
- extra = 2
+ extra = 0
8
9
fields = ('content',)
10
0 commit comments