django-taggit-serializer
django-taggit-serializer copied to clipboard
Trim tag names
Hi,
this PR implements leading/trailing whitespace trimming of tag names in TagListSerializerField. This prevents issues with databases that ignore trailing whitespaces during comparisons (i.e. MySQL 5.x). Please note that my implementation changes the current default behaviour in this regard. Let me know if I need to change anything.
Thanks for your work on this library!