diff options
| author | Tim Graham <timograham@gmail.com> | 2014-04-10 13:31:59 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-10 13:31:59 -0400 |
| commit | d5031ecf881eaefe7ada1c35228b35a1852dd343 (patch) | |
| tree | 01c3b0308cbf3edbea174be4b59505e24ba24ee4 /docs/ref | |
| parent | b5a9166f7e0e21ae0f2cc8f218b422bc2c116fb0 (diff) | |
Fixed #21353 -- Noted that description is ignored for TabularInlines.
Thanks nofinator for the report.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index d999b11efe..e25326b901 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -377,7 +377,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. |
