mirror of https://github.com/django/django.git
Moved a release note that I had accidentally misplaced in bb145e2c47
.
This commit is contained in:
parent
4e0ff35146
commit
0d0ccf81a0
|
@ -209,10 +209,6 @@ Minor features
|
||||||
* The admin list columns have a ``column-<field_name>`` class in the HTML
|
* 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.
|
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
|
* The :ref:`isolation level<database-isolation-level>` can be customized under
|
||||||
PostgreSQL.
|
PostgreSQL.
|
||||||
|
|
||||||
|
|
|
@ -82,6 +82,10 @@ Minor features
|
||||||
* Buttons in :mod:`django.contrib.admin` now use the ``border-radius`` CSS
|
* Buttons in :mod:`django.contrib.admin` now use the ``border-radius`` CSS
|
||||||
property for rounded corners rather than GIF background images.
|
property for rounded corners rather than GIF background images.
|
||||||
|
|
||||||
|
* 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 admin changelist cells now have a ``field-<field_name>`` class in the
|
* The admin changelist cells now have a ``field-<field_name>`` class in the
|
||||||
HTML to enable style customizations.
|
HTML to enable style customizations.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue