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
Im getting an import error because of smart_txt, django has replaced it with smart_str, are there any fixes?
The text was updated successfully, but these errors were encountered:
Any update on this?
Sorry, something went wrong.
Same question. Is it going to be fixed?
Seem like this library is no longer being maintained, as workaround add the below in settings.py
settings.py
import django from django.utils.encoding import smart_str django.utils.encoding.smart_text = smart_str
No branches or pull requests
Im getting an import error because of smart_txt, django has replaced it with smart_str, are there any fixes?
The text was updated successfully, but these errors were encountered: