From 4e0ff351466fc2d74cc8d1d40ea78da2b3859d0d Mon Sep 17 00:00:00 2001 From: Julien Phalip Date: Sat, 27 Jul 2013 19:50:02 -0700 Subject: 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. --- docs/releases/1.7.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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-`` class in the + HTML to enable style customizations. + Backwards incompatible changes in 1.7 ===================================== -- cgit v1.3