Hi, I would like to add some custom mass-editing capabilities to the admin app, and for this I would like to know if it's possible to extend the list template of the admin app.
Looking at the code in django/contrib/admin/views/main.py I see, that the template is entirely dynamically created (which is obvious as the admin app doesn't know which model there will be), which makes extending the template impossible. But maybe there's some hook or some other trick to allow this. Thanks in advance Benjamin