summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/index.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 6df99742b6..db8a444ab8 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -381,7 +381,9 @@ subclass::
* ``description``
A string of optional extra text to be displayed at the top of each
- fieldset, under the heading of the fieldset.
+ fieldset, under the heading of the fieldset. This string is not
+ rendered for :class:`~django.contrib.admin.TabularInline` due to its
+ layout.
Note that this value is *not* HTML-escaped when it's displayed in
the admin interface. This lets you include HTML if you so desire.