문제

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

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top