summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulien Phalip <jphalip@gmail.com>2013-07-27 19:50:02 -0700
committerJulien Phalip <jphalip@gmail.com>2013-07-27 19:50:02 -0700
commit4e0ff351466fc2d74cc8d1d40ea78da2b3859d0d (patch)
treee4750af54ecf679692d99b2d947e87a933eb54a2 /docs
parent47c755327be9a3b976f5f78fc21f336f27aa6413 (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.txt3
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
=====================================