summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorSusanTan <onceuponatimeforever@gmail.com>2013-07-30 02:11:15 -0700
committerTim Graham <timograham@gmail.com>2013-07-31 07:09:12 -0400
commit7de35a9ef372eb47442d5d1278cc15b6155e5054 (patch)
treef5cc4a1005a193969fb6ef1aae35c20c80ce3a32 /docs/ref
parentccf8f1e18f138dae369a2004c83db9704ad52d99 (diff)
Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.
Thanks CollinAnderson for the report.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/index.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 137d20a351..946f915797 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -2171,6 +2171,10 @@ Templates can override or extend base admin templates as described in
Path to a custom template that will be used by the admin site main index
view.
+.. attribute:: AdminSite.app_index_template
+
+ Path to a custom template that will be used by the admin site app index view.
+
.. attribute:: AdminSite.login_template
Path to a custom template that will be used by the admin site login view.