You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: