Closed andrewmackie closed 1 year ago
I need this too please.
bump! changes are already there, just need them released please.
Can we get an upgrade? Ran into this too and the changes are there.
Fixed in #153?
Please release me, can't you see You'd be a fool to cling to me So release me and let me love again Let me love, let me go
Is this released yet?
Hi, guys! I had to put aside support for open source projects for a while Sorry for waiting release, we have a war in my country :-( I will review everything and make a release by the end of this week
Yes. We thought so. Glad to hear that you are safe.
We wish Ukraine 🇺🇦 a rapid and complete victory over the aggressors.
Gentle bump on getting a release out... Hopefully with the changes in #161 included.
@shtalinberg Gentle bump on getting a release out.
Temporary solution: you can put
import django
from django.utils.encoding import force_str
django.utils.encoding.force_text = force_str
somewhere in your settings.py to get latest released version working with Django >= 4.0
Greetings to the Author, hope He's fine.
Bumped version 4.0.0
Sorry for waiting.
Django 4.0 has removed django.utils.encoding.force_text.
@FuzzyGrim replaced force_text with force_str in development but this hasn't made it into a release yet (release 3.3.0 still contains force_text).
Can you please create a new release which incorporates this change?