diff options
| author | redodo <me@redodo.io> | 2018-11-19 21:29:57 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-20 18:17:53 -0500 |
| commit | 2e4776196d0e7519f2fb306e8aabadc6f2968866 (patch) | |
| tree | dca7fc78a00295c686b18b3df1eba21dcf6e5b47 /docs | |
| parent | acdd18dffc86dca9b3bee780a331ef2354028d42 (diff) | |
Fixed #29953 -- Added CSS class to column headers in tabular inlines.
The class name is the same as one given to the fields in the change list.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 01eb2b7d47..c00cb9cd41 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -44,7 +44,8 @@ Minor features :mod:`django.contrib.admin` ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* Added a CSS class to the column headers of + :class:`~django.contrib.admin.TabularInline`. :mod:`django.contrib.admindocs` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
