diff options
| author | Julien Phalip <jphalip@gmail.com> | 2013-07-27 19:50:02 -0700 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2013-07-27 19:50:02 -0700 |
| commit | 4e0ff351466fc2d74cc8d1d40ea78da2b3859d0d (patch) | |
| tree | e4750af54ecf679692d99b2d947e87a933eb54a2 /docs | |
| parent | 47c755327be9a3b976f5f78fc21f336f27aa6413 (diff) | |
Fixed #11195 -- Added CSS classes to the changelist cells to allow style customizations. Thanks to akaihola, Ramiro Morales and vdboor for their work on the patch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 3526b2bce7..eaf1385cf4 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -82,6 +82,9 @@ Minor features * Buttons in :mod:`django.contrib.admin` now use the ``border-radius`` CSS property for rounded corners rather than GIF background images. +* The admin changelist cells now have a ``field-<field_name>`` class in the + HTML to enable style customizations. + Backwards incompatible changes in 1.7 ===================================== |
