diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2009-07-03 14:16:21 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2009-07-03 14:16:21 +0000 |
| commit | 63a7b95693d53e42607f30c7b5966913ebb83aa5 (patch) | |
| tree | 56f086d5d706075ae6c1f4b40909a4536b3784f9 /docs/ref | |
| parent | 7b5869e140379bb4a6525bc5e48a1dc069635d23 (diff) | |
[1.0.X] Fixed #9669 -- Corrected an answer in the admin FAQ that is wrong in a post-newforms-admin world. Thanks to Alex for the report.
Merge of r11175 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin.txt b/docs/ref/contrib/admin.txt index bd6ca468ee..d856dfdc4f 100644 --- a/docs/ref/contrib/admin.txt +++ b/docs/ref/contrib/admin.txt @@ -620,6 +620,8 @@ objects. Templates can override or extend base admin templates as described in If you don't specify this attribute, a default template shipped with Django that provides the standard appearance is used. +.. _model-admin-methods: + ``ModelAdmin`` methods ---------------------- |
