summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2020-03-03 08:05:27 +0000
committerGitHub <noreply@github.com>2020-03-03 09:05:27 +0100
commit3bd29a8a973e2bb11b00666458344aeab5684a39 (patch)
treeb7b2e8195ffca7cb02cd37b60e539e635c86efa1 /docs
parentd4fff711d4c97356bd6ba1273d2a5e349326eb5f (diff)
Documented default value of InlineModelAdmin.extra.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 6bffa6850c..e05319034a 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -2308,7 +2308,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.