summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2020-03-03 08:05:27 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-03-03 09:05:52 +0100
commit4977f2084ec828c1214817e0a7a82ff96cba7863 (patch)
tree720d72f2b14aceb177f0dd6c1790847303aa0d1e /docs
parent5320ba98f3d253afcaa76b4b388a8982f87d4f1a (diff)
[3.0.x] Documented default value of InlineModelAdmin.extra.
Backport of 3bd29a8a973e2bb11b00666458344aeab5684a39 from master
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 75d8245499..6a2bfbad3d 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -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.