Skip to content
New issue

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

ImportError: force_text deprecated with django 4.0 #8

Open
Actionb opened this issue Jul 6, 2022 · 0 comments · May be fixed by #9
Open

ImportError: force_text deprecated with django 4.0 #8

Actionb opened this issue Jul 6, 2022 · 0 comments · May be fixed by #9

Comments

@Actionb
Copy link

Actionb commented Jul 6, 2022

fields.py imports django.utils.encoding.force_text which has been deprecated in favor of force_str. Django 4.0 has now removed the function entirely: https://docs.djangoproject.com/en/4.0/releases/4.0/#features-removed-in-4-0

Any chance for a simple update on this really handy package so I can keep using it with the latest django versions?

@Actionb Actionb linked a pull request Mar 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant