Custom Ordering and Grouping of Models in Django Admin

2021-09-16 Thread Vasanth Mohan
As the numbers Models in an app grows, it becomes tedious to find the model we are searching for in a long list on the index page (and navigation bar) of the Django admin As a part of a new project, I wanted to reorder and logically group models that do not necessarily reflect the apps of the p

Re: Custom Ordering and Grouping of Models in Django Admin

2021-09-16 Thread Mariusz Felisiak
Hi, Thanks for the proposition. It was discussed few times in the past. AdminSite.get_app_list() could be used to re-arrange models and apps, see ticket-5986 and its duplicates ticket-25671 and ticke