-
Notifications
You must be signed in to change notification settings - Fork 356
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
Drop deprecated force_text()
#327
Drop deprecated force_text()
#327
Conversation
Sure, I can do this. I'll work on it as soon as I have access to a PC with good internet connection. Thanks. |
Splendid :) |
@jonathan-s Thank you for the input! |
ffd02b1
to
35de838
Compare
35de838
to
c9d3d3e
Compare
Done. |
@mfonism Thanks for doing this, it looks like there is a conflict with current master, so if you're able to rebase against current master that would be excellent! |
@jonathan-s I already rebased the branch against current master (and I've checked again that I did this). Plus, github isn't telling me there's a conflict... |
@mfonism I'm sorry! It must've been a glitch then. My bad. @KatherineMichel, this all good on my side, and I'd be happy to have this merged :) |
I don't have access to it either so I'm unable to check.
…Sent from my mobile
On Thu, 20 Aug 2020, 01:15 KatherineMichel, ***@***.***> wrote:
@brosner <https://github.com/brosner> @paltman
<https://github.com/paltman> Any idea why status checks are stalling? I
don't think I have access to Pinax CircleCI to fix.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#327 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQGYEWJA42J4HX76Q2BLFTSBRMIXANCNFSM4LVBFSCQ>
.
|
Hello! Any change this being merged? Thank you. |
This PR improves Django 3 support in django-user-accounts.
It will drop private Python 2 compatibility APIs as well as features deprecated in Django 3.0It was inspired by (and will fix) #325, and was guided by the Django 3.0 release notes.It will drop the deprecated utility function
django.utils.encoding.force_text()
, and replace it withdjango.utils.encoding.force_str()