Fixed #13629 -- Added CSS classes to the <body> tag of some admin templates to allow style customizations per app or per model.

This commit is contained in:
Thomas Sorrel 2013-07-21 11:02:36 +02:00 committed by Julien Phalip
parent 11b7b9ad00
commit bb145e2c47
9 changed files with 67 additions and 2 deletions

View file

@ -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.