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.

This commit is contained in:
Julien Phalip 2013-07-27 19:50:02 -07:00
parent 47c755327b
commit 4e0ff35146
4 changed files with 32 additions and 12 deletions

View file

@ -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
=====================================