mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #19640 - Added inlineformset_factory to reference docs.
Thanks wim@ for the suggestion.
This commit is contained in:
parent
e535da6865
commit
5b2d9bacd2
3 changed files with 22 additions and 8 deletions
|
@ -1520,8 +1520,8 @@ The ``InlineModelAdmin`` class adds:
|
|||
.. attribute:: InlineModelAdmin.form
|
||||
|
||||
The value for ``form`` defaults to ``ModelForm``. This is what is passed
|
||||
through to ``inlineformset_factory`` when creating the formset for this
|
||||
inline.
|
||||
through to :func:`~django.forms.models.inlineformset_factory` when
|
||||
creating the formset for this inline.
|
||||
|
||||
.. attribute:: InlineModelAdmin.extra
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue