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

force_text is deprecated as of Django 3.0, will be removed in 4.0 #23

Closed
dfrank-a opened this issue Oct 1, 2021 · 3 comments
Closed

Comments

@dfrank-a
Copy link

dfrank-a commented Oct 1, 2021

Seeing the following warning when running tests in my project:

RemovedInDjango40Warning: force_text() is deprecated in favor of force_str().
    unicode_value = force_text(value, strings_only=True)
@jckw
Copy link
Owner

jckw commented Oct 12, 2021

ah nice spot! Mind submitting a PR to update it to whatever the replacement is?

@dfrank-a
Copy link
Author

Done!

@jckw
Copy link
Owner

jckw commented Feb 26, 2023

@jckw jckw closed this as completed Feb 26, 2023
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

No branches or pull requests

2 participants