mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #20347 -- Allowed customizing the maximum number of instantiated forms in formsets.
Co-authored-by: ethurgood <ethurgood@gmail.com>
This commit is contained in:
committed by
Mariusz Felisiak
parent
b5aa9cb20f
commit
433dd737f9
@@ -136,7 +136,10 @@ File Uploads
|
||||
Forms
|
||||
~~~~~
|
||||
|
||||
* ...
|
||||
* The new ``absolute_max`` argument for :func:`.formset_factory`,
|
||||
:func:`.inlineformset_factory`, and :func:`.modelformset_factory` allows
|
||||
customizing the maximum number of forms that can be instantiated when
|
||||
supplying ``POST`` data. See :ref:`formsets-absolute-max` for more details.
|
||||
|
||||
Generic Views
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user