crccheck / django-object-actions

A Django app for easily adding object tools in the Django admin
https://pypi.org/project/django-object-actions/
Apache License 2.0
669 stars 82 forks source link

Exception Type: TemplateDoesNotExist #142

Open aConar opened 1 year ago

aConar commented 1 year ago

Hi, I'm using the takes_instance_or_queryset decorator to re use an existing admin action. The issue is that when I run it in the change_list, the result queryset have all objects, not the custom selection in changelist, don't matter if I only select one o two items. Kind regards Ale

crccheck commented 1 year ago

interesting, I'll have to try to recreate this. What does this have to do with "Exception Type: TemplateDoesNotExist"?

aConar commented 1 year ago

Sorry for the title, wrong paste. That was meant for other post. Cheers,