Open simonw opened 3 months ago
Add a tool for merging two tags at /admin/merge-tags/.
/admin/merge-tags/
blog/staff_views.py
staff_member_required
config/urls.py
templates/merge_tags.html
/tags-autocomplete/
PreviousTagName
blog/tests.py
For more details, open the Copilot Workspace session.
Direct assignment to the forward side of a many-to-many set is prohibited. Use tags.set() instead.
Add a tool for merging two tags at
/admin/merge-tags/
.blog/staff_views.py
for handling the merge tags functionality with thestaff_member_required
decorator.config/urls.py
for/admin/merge-tags/
.templates/merge_tags.html
with two input boxes for selecting tags using the/tags-autocomplete/
JSON endpoint.PreviousTagName
record pointing to the winner tag.blog/tests.py
.For more details, open the Copilot Workspace session.