sweetify-django icon indicating copy to clipboard operation
sweetify-django copied to clipboard

Improvement/Bug in django 4.0

Open cartel360 opened this issue 2 years ago • 0 comments

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

cartel360 avatar Mar 09 '22 20:03 cartel360