imAsparky / django-tag-me

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

[BUG]: Tag format save error. #69

Closed imAsparky closed 6 months ago

imAsparky commented 6 months ago

Describe the bug A clear and concise description of what the bug is.

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.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.