summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormichalpokusa <72110769+michalpokusa@users.noreply.github.com>2025-06-18 11:37:35 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-06-25 12:46:58 +0200
commit68a45d9a8078db642f0aca7ddab33af6df7ebeb3 (patch)
tree8ab629d01f25d041aaced45035e37b4c1d33530a /docs
parent7091801e046dc85dba2238ed4eaf0b3f62bcfc7f (diff)
Fixed #36386 -- Added styles and icons for INFO and DEBUG messages in the admin.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.0.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt
index e653884163..848f792bc0 100644
--- a/docs/releases/6.0.txt
+++ b/docs/releases/6.0.txt
@@ -348,6 +348,13 @@ Miscellaneous
or their templates, you may need to :ref:`update them
<geometry-widgets-customization>` to match the new layout.
+* Message levels ``messages.DEBUG`` and ``messages.INFO`` now have distinct
+ icons and CSS styling in the admin. Previously, these used the same icon and
+ styling as the ``messages.SUCCESS`` level. Since
+ :meth:`.ModelAdmin.message_user` uses the ``messages.INFO`` level by default,
+ set the level to ``messages.SUCCESS`` to retain the previous icon and
+ styling.
+
.. _deprecated-features-6.0:
Features deprecated in 6.0