summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Sorrel <thomas@pandeiro.fr>2013-07-21 11:02:36 +0200
committerJulien Phalip <jphalip@gmail.com>2013-07-21 20:17:14 +0000
commitbb145e2c47d71b7f68280c00ced727442d2effa2 (patch)
tree89094accfccd92ec9c9b8cd73f590b0702603304 /docs
parent11b7b9ad0040cbe78d17514373475ee41179d3fa (diff)
Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin templates to allow style customizations per app or per model.
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.