In a ModelFormSet how can the total number of forms shown be limited to 5?
extra=5
queryset=Model.objects.none(), extra=5, max_num=5
extra=0, max_num=5
max_num=5
This question is part of this quiz :