Separate tags with commas. Tags may contain spaces.
That's not entirely true. When adding a single tag with a space like my tag, smtweb understands this as two tags. Only after adding a comma, the tag is interpreted as one tag: my tag, works and so does my tag, my other tag.
To me this is not expected behavior and should be fixed. I assume the problem to be in the use of django-tagging as this is certainly a smtweb problem only.
When adding tags smtweb says:
That's not entirely true. When adding a single tag with a space like
my tag
, smtweb understands this as two tags. Only after adding a comma, the tag is interpreted as one tag:my tag,
works and so doesmy tag, my other tag
.To me this is not expected behavior and should be fixed. I assume the problem to be in the use of
django-tagging
as this is certainly a smtweb problem only.