mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Thanks to Claude Paroz for the report.
Backport of 89e695a69b from main
This commit is contained in:
@@ -32,6 +32,8 @@ class ManagementForm(Form):
|
||||
as well.
|
||||
"""
|
||||
|
||||
template_name = "django/forms/div.html" # RemovedInDjango50Warning.
|
||||
|
||||
TOTAL_FORMS = IntegerField(widget=HiddenInput)
|
||||
INITIAL_FORMS = IntegerField(widget=HiddenInput)
|
||||
# MIN_NUM_FORM_COUNT and MAX_NUM_FORM_COUNT are output with the rest of the
|
||||
|
||||
Reference in New Issue
Block a user