imAsparky / django-tag-me

Django Tag Me... Tag a model, a field, user tags and more...
Other
1 stars 0 forks source link

chore(sync): Add option to synchronise tag list #100 #105

Closed imAsparky closed 3 months ago

imAsparky commented 3 months ago

Add attribute synchronise to TagMeCharFieldthat allows the synchronisation of a tag list across multiple models. This is a very simple synchronise where if a tag is added to one model, any other model that should be synchronised will have that tag added as well.

closes #100