This commit is contained in:
Ross
2021-02-16 11:05:45 +00:00
parent e63eb061d4
commit 1e8697e6bb
12 changed files with 109 additions and 21 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ class LongForm(ModelForm):
SeriesFormSet = inlineformset_factory(
Long,
LongSeries,
LongSeries.long.through,
exclude=[],
can_delete=True,
extra=1,