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:37 -0400
commitbc617fd42c660c87f5fb6ba43c7b78449c4997d7 (patch)
treef80b3581ee41708190ef8c60193f18cbbd48ddb9 /docs/ref
parentbadca4716fee99372ae545eaf6d5521db11348c1 (diff)
[1.6.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.
Thanks CollinAnderson for the report. Backport of 7de35a9ef3 from master
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 e5e9428805..662dd1eda6 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -2162,6 +2162,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.