This commit is contained in:
Ross
2021-08-11 19:27:15 +01:00
parent 2976c08b7c
commit b007b42953
4 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ SeriesFormSet = inlineformset_factory(
LongSeries.long.through,
exclude=[],
can_delete=True,
extra=1,
extra=0,
max_num=10,
field_classes="testing",
)