diff options
| author | Faheel Ahmad <faheel@live.in> | 2018-04-05 20:25:36 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-04-05 10:55:36 -0400 |
| commit | 5d4d62bf4fe887fcd30f9f0449de07ae76ea5968 (patch) | |
| tree | 2e444c354ac807e797787326e58f667b25807ee8 /docs/releases | |
| parent | be6ca89396c031619947921c81b8795d816e3285 (diff) | |
Fixed #29248 -- Renamed admin CSS class field-box to fieldBox.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
