jazzband / django-taggit

Simple tagging for django
https://django-taggit.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.33k stars 622 forks source link

Admin action for bulk retagging #163

Open mechanical-snail opened 11 years ago

mechanical-snail commented 11 years ago

Currently, to retag a bunch of objects in the admin interface, you have to manually edit the tags on each one. It would be easier to have an admin action that lets you add or remove specified tags on all selected objects.

For an action like this that needs parameters, we can define an intermediate page for the action. It should have 2 tag field widgets (tags to add, tags to remove if present), which will get applied to all the objects that were selected once the user presses OK.

rtpg commented 3 years ago

bulk operations can be risky, but this would still be a great little addition to have