Changes between Initial Version and Version 1 of Ticket #36386


Ignore:
Timestamp:
May 12, 2025, 8:43:56 PM (4 months ago)
Author:
Michał Pokusa
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36386 – Description

    initial v1  
    11Would 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
     3The 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.
    24
    35I include screenshots to how this could look like:
Back to Top