summaryrefslogtreecommitdiff
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:52 -0400
commited6ec47ff72f5597d53f8c3e3ccd9ba13c360d4e (patch)
tree1ef25484c6d123792734549e9ab8ff9fcd08f5e3
parentf3a961f009afe4f1be4a5bb6d5c37c98c30fed41 (diff)
[1.4.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.
Thanks CollinAnderson for the report. Backport of 7de35a9ef3 from master
-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 c403541129..96cc5b270d 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -1870,6 +1870,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.