From 5d4d62bf4fe887fcd30f9f0449de07ae76ea5968 Mon Sep 17 00:00:00 2001 From: Faheel Ahmad Date: Thu, 5 Apr 2018 20:25:36 +0530 Subject: Fixed #29248 -- Renamed admin CSS class field-box to fieldBox. --- docs/releases/2.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index f41d5178fa..d7737e486a 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -380,6 +380,9 @@ Miscellaneous value now matches objects that have the specified key and a null value rather than objects that don't have the key. +* The admin CSS class ``field-box`` is renamed to ``fieldBox`` to prevent + conflicts with the class given to model fields named "box". + .. _deprecated-features-2.1: Features deprecated in 2.1 -- cgit v1.3