mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
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:
@@ -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
|
||||
=====================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user