mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Removed an unnecessary anchor in the docs.
This commit is contained in:
parent
1165e9992e
commit
a06808d370
2 changed files with 3 additions and 4 deletions
|
@ -721,8 +721,9 @@ value and interpretation of the ``max_num`` parameter to the
|
|||
:ref:`django.forms.formsets.formset_factory() <formsets-max-num>` and
|
||||
:ref:`django.forms.models.modelformset_factory()
|
||||
<model-formsets-max-num>` functions has changed slightly. This
|
||||
change also affects the way the ``max_num`` argument is :ref:`used for
|
||||
inline admin objects <ref-contrib-admin-inline-max-num>`
|
||||
change also affects the way the
|
||||
:attr:`~django.contrib.admin.InlineModelAdmin.max_num` argument is used for
|
||||
inline admin objects.
|
||||
|
||||
Previously, the default value for ``max_num`` was ``0`` (zero).
|
||||
FormSets then used the boolean value of ``max_num`` to determine if a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue