* status: new => closed
* resolution: => wontfix
Comment:
Thanks for this patch :+1: however Django Admin is not a
[https://docs.djangoproject.com/en/stable/ref/contrib/admin/#module-
django.contriab.admin universal tool for building an app] and adding a new
option to the `ModelAdmin` is always controversial (we already have many
of them). Please first start a discussion on the DevelopersMailingList,
where you'll reach a wider audience, and
[https://docs.djangoproject.com/en/stable/internals/contributing/bugs-and-
features/#requesting-features follow the guidelines with regards to
requesting features].
Also, it's already possible to add a second link by
[https://docs.djangoproject.com/en/stable/ref/contrib/admin/#overriding-
vs-replacing-an-admin-template overriding the "object-tools-items" block
in the "change_form.html" admin template].
--
Ticket URL: <https://code.djangoproject.com/ticket/34150#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.