-
Notifications
You must be signed in to change notification settings - Fork 183
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
Replace force_text with force_str #546
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should change this in tests too?
Codecov Report
@@ Coverage Diff @@
## master #546 +/- ##
=======================================
Coverage 66.66% 66.66%
=======================================
Files 14 14
Lines 390 390
Branches 41 41
=======================================
Hits 260 260
Misses 117 117
Partials 13 13 Continue to review full report at Codecov.
|
@yakky Ups, forgot to change tests as well. Fixed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This PR replaces the deprecated force_text against force_str.
Since this package dropped support for Python-2 and Django<1.11, there are no compatibility issues.