Changes between Initial Version and Version 1 of Ticket #36386
- Timestamp:
- May 12, 2025, 8:43:56 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36386 – Description
initial v1 1 1 Would you be open to consider adding new styles for INFO and DEBUG messages levels in admin site? Currently they default to the green success one. Implementation would be very easy, and this addition would also be backwards compatible if the success one would be the default in e.g. `modeladmin.message_user(...)`. 2 3 The main reason for this would be that there are separate styles for 3/5 `DEFAULT_LEVELS` from `django.contrib.messages.constants` and two are left without implementation. 2 4 3 5 I include screenshots to how this could look like: