From 0d0ccf81a0c18f42866d914672469f720861988a Mon Sep 17 00:00:00 2001 From: Julien Phalip Date: Sat, 27 Jul 2013 19:52:59 -0700 Subject: [PATCH] Moved a release note that I had accidentally misplaced in bb145e2c47d71. --- docs/releases/1.6.txt | 4 ---- docs/releases/1.7.txt | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 355b107046..ab70be7cfe 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -209,10 +209,6 @@ 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. diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index eaf1385cf4..031c165302 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -82,6 +82,10 @@ Minor features * Buttons in :mod:`django.contrib.admin` now use the ``border-radius`` CSS property for rounded corners rather than GIF background images. +* Some admin templates now have ``app-`` and ``model-`` + classes in their ```` tag to allow customizing the CSS per app or per + model. + * The admin changelist cells now have a ``field-`` class in the HTML to enable style customizations.