summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 1419f0915c..b8babe1843 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -199,6 +199,10 @@ Minor features
* The admin list columns have a ``column-<field_name>`` class in the HTML
so the columns header can be styled with CSS, e.g. to set a column width.
+* 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 :ref:`isolation level<database-isolation-level>` can be customized under
PostgreSQL.