diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2009-04-01 14:13:59 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2009-04-01 14:13:59 +0000 |
| commit | a2dec37c413cc1b9fd205047e15602e4bc41de1f (patch) | |
| tree | 5bae12cba56bc4d562d96f5a9c88a3aafe58f04d /docs/ref | |
| parent | da0c6908e8b55af37862eb643365ac6fb83e948b (diff) | |
Fixed #9908: allow individual app index templates in the admin. Thanks, arne.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10317 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index e0a1b79b2d..1c14a77a9c 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1130,6 +1130,7 @@ Templates which may be overridden per app or model Not every template in ``contrib\admin\templates\admin`` may be overridden per app or per model. The following can: + * ``app_index.html`` * ``change_form.html`` * ``change_list.html`` * ``delete_confirmation.html`` |
