sweetify-django
sweetify-django copied to clipboard
Improvement/Bug in django 4.0
When using django 4.0 you will face an issue with importing force_text from django.utils.encoding, instead you'd want to change that to force_str instead of force_text because django 4.0 no longer supports force_text