1
0
mirror of https://github.com/django/django.git synced 2025-07-17 08:09:13 +00:00

[3.0.x] Documented default value of InlineModelAdmin.extra.

Backport of 3bd29a8a973e2bb11b00666458344aeab5684a39 from master
This commit is contained in:
Adam Johnson 2020-03-03 08:05:27 +00:00 committed by Mariusz Felisiak
parent 5320ba98f3
commit 4977f2084e

View File

@ -2295,7 +2295,7 @@ The ``InlineModelAdmin`` class adds or customizes:
.. attribute:: InlineModelAdmin.extra
This controls the number of extra forms the formset will display in
addition to the initial forms. See the
addition to the initial forms. Defaults to 3. See the
:doc:`formsets documentation </topics/forms/formsets>` for more
information.