From 3bd29a8a973e2bb11b00666458344aeab5684a39 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 3 Mar 2020 08:05:27 +0000 Subject: [PATCH] Documented default value of InlineModelAdmin.extra. --- docs/ref/contrib/admin/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` for more information.