If we are talking only about icons in Django Admin: Wagtail (a CMS based
on Django) solves it for their custom Admin Views in a similar way to
your proposed Meta attribute [0].
The analog solution for django admin would be, that the ModelAdmin gets
an 'icon' attribute, which does not contain t
I also lately stumbled across this and was a little surprised that it could not
handle multiple fields, as it is the case in other places.
So +1 for fixing this from me :)
Am 19. Juni 2023 03:05:41 MESZ schrieb David Sanders
:
>Mariusz is a developer, so that's at least 1 developer's opinion :)