mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
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:
parent
11b7b9ad00
commit
bb145e2c47
9 changed files with 67 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue