From bb145e2c47d71b7f68280c00ced727442d2effa2 Mon Sep 17 00:00:00 2001 From: Thomas Sorrel Date: Sun, 21 Jul 2013 11:02:36 +0200 Subject: Fixed #13629 -- Added CSS classes to the `` tag of some admin templates to allow style customizations per app or per model. --- docs/releases/1.6.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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-`` 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-`` and ``model-`` + classes in their ```` tag to allow customizing the CSS per app or per + model. + * The :ref:`isolation level` can be customized under PostgreSQL. -- cgit v1.3