RE: Allow applications to register links in the admin interface

2023-09-07 Thread Matthew Pava
pers (Contributions to Django itself) Subject: Re: Allow applications to register links in the admin interface You have some great points that I definitely overlooked in the initial implementation. I don't think that overloading the template is a great solution since there are still some feat

Re: Allow applications to register links in the admin interface

2023-09-07 Thread Mariusz Felisiak
I'm also -1. Django Admin is not a universal tool for building an app and adding a new option is always controversial (we already have many of them). There is a way to achieve the same by providing custo

Re: Allow applications to register links in the admin interface

2023-09-06 Thread Shlomo
You have some great points that I definitely overlooked in the initial implementation. I don't think that overloading the template is a great solution since there are still some features that registered links will add that cannot be done with a simple template override. - It is easier to se