imAsparky / django-tag-me

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

fix(tags): Add include_trailing_comma to toCSV #69 #70

Closed imAsparky closed 4 months ago

imAsparky commented 4 months ago

The tag parser is very powerful and where there is a tag without a trailing comma, the tag is split on spaces. Update the custom model and form Charfield overridden functions to include trailing comas when getting the CSV string.

closes #69