|
@@ -82,6 +82,10 @@ Minor features
|
|
|
* Buttons in :mod:`django.contrib.admin` now use the ``border-radius`` CSS
|
|
|
property for rounded corners rather than GIF background images.
|
|
|
|
|
|
+* Some admin templates now have ``app-<app_name>`` and ``model-<model_name>``
|
|
|
+ classes in their ``<body>`` tag to allow customizing the CSS per app or per
|
|
|
+ model.
|
|
|
+
|
|
|
* The admin changelist cells now have a ``field-<field_name>`` class in the
|
|
|
HTML to enable style customizations.
|
|
|
|