summaryrefslogtreecommitdiff
path: root/docs
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:45 -0400
commit72fb37f9fdf0397e7e67856b28fc5f1f4546b57b (patch)
tree9a342d2f80a827e5dd9d212b0dd8c340f0bab6b0 /docs
parentbf4c8d8c9810b2c21cfc2fd619fcdf2f5ad5c7fd (diff)
[1.5.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.
Thanks CollinAnderson for the report. Backport of 7de35a9ef3 from master
Diffstat (limited to 'docs')
-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 ea2d247c0b..26ee08640d 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -1970,6 +1970,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.