Re: Model icons

2023-02-19 Thread Mark Niehues
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

Re: Ticket #34646 Ordering a Django admin column based on multiple model fields

2023-06-18 Thread Mark Niehues
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 :)