.
This commit is contained in:
+9
-1
@@ -197,7 +197,15 @@ SeriesFormSet = inlineformset_factory(
|
||||
can_delete=True,
|
||||
extra=0,
|
||||
max_num=10,
|
||||
field_classes="testing",
|
||||
)
|
||||
|
||||
LongFormSet = inlineformset_factory(
|
||||
LongSeries,
|
||||
Long,
|
||||
exclude=[],
|
||||
can_delete=True,
|
||||
extra=0,
|
||||
max_num=10,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user