Question

i'm starting with django-tagging and I don't understand why update_tags(object, new_tag) method replaces all existing tags on object by new_tag.

What is the proper way to append a tag to the existing tags on an object inside a views?

EDIT: add_tag function is not satifying becaus it doesn't enables you to add multiple words tags: see this former post

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top