InlineModelAdmin.min_num
This controls the minimum number of forms to show in the inline. See modelformset_factory()
for more information.
InlineModelAdmin.get_min_num()
also allows you to customize the minimum number of displayed forms.
InlineModelAdmin.min_num
This controls the minimum number of forms to show in the inline. See modelformset_factory()
for more information.
InlineModelAdmin.get_min_num()
also allows you to customize the minimum number of displayed forms.
Please login to continue.