django-object-actions
django-object-actions copied to clipboard
A Django app for easily adding object tools in the Django admin
This PR adds an option to add a simple inline form next to the action button:
This is a package we're currently using. The main feature we're using is the listview actions. However, because it seems to be no longer maintained, I'm thinking of switching to...
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,...
Bumps [django](https://github.com/django/django) from 3.2.20 to 3.2.25. Commits c98eca3 [3.2.x] Bumped version for 3.2.25 release. 072963e [3.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words(). 2ad2676 [3.2.x] Added release date for...