We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, hope you are doing well.
Every time Django starts I get this warning printed out to the console:
/venv/lib/python3.13/site-packages/taggit_selectize/widgets.py:38: SyntaxWarning: invalid escape sequence '\s' js = u"""
That's with taggit-selectize==2.11.0 and django==5.1.2.
taggit-selectize==2.11.0
django==5.1.2
Do you think there might be an easy solution to this issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there, hope you are doing well.
Every time Django starts I get this warning printed out to the console:
That's with
taggit-selectize==2.11.0
anddjango==5.1.2
.Do you think there might be an easy solution to this issue?
The text was updated successfully, but these errors were encountered: