-
Notifications
You must be signed in to change notification settings - Fork 997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tags: strip or replace unsupported delimiters #73
Comments
Closed
Thanks @unsystemizer. As I said in my comment on #74 Actually I have been thinking about it, thinking to use Taggit instead. This obviously will fix #74 too. Let work it a little bit more, or, if you have suggestions or perhaps if you submit a PR for this, it will be most appreciated. |
sebastian-code
added a commit
that referenced
this issue
Jul 26, 2017
…all the functionalities to attend the issues #54, #66, #73 and #74 by users like @unsystemizer and @sebastian-code. Also includes some new CBV to replace some cluttered code as suggested in #66.
Solve with 65aabe8 |
sebastian-code
added a commit
that referenced
this issue
Jul 4, 2018
…all the functionalities to attend the issues #54, #66, #73 and #74 by users like @unsystemizer and @sebastian-code. Also includes some new CBV to replace some cluttered code as suggested in #66.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I create tags like
a, b, c
, I'll mess upa
andb
because they'll have the comma attached to them.If somebody uses an unsupported delimiter, it could be automatically replaced by the space character.
and
In that case
,
and;
could all be accepted and that could be indicated in the hint above the tags form field.The text was updated successfully, but these errors were encountered: