mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.
Follow up to 162765d6c3
.
This commit is contained in:
parent
3254991762
commit
35b03788b0
4 changed files with 33 additions and 4 deletions
|
@ -90,6 +90,11 @@ Minor features
|
|||
allows customizing the maximum number of forms that can be instantiated when
|
||||
supplying ``POST`` data. See :ref:`formsets-absolute-max` for more details.
|
||||
|
||||
* The new ``can_delete_extra`` argument for
|
||||
:func:`~django.contrib.contenttypes.forms.generic_inlineformset_factory`
|
||||
allows removal of the option to delete extra forms. See
|
||||
:attr:`~.BaseFormSet.can_delete_extra` for more information.
|
||||
|
||||
:mod:`django.contrib.gis`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue