-
Notifications
You must be signed in to change notification settings - Fork 764
Django v4, python 3.10 support for graphene-django v3 #1281
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
Django v4, python 3.10 support for graphene-django v3 #1281
Conversation
Replace calls to deprecated methods Fix test config & Replace additional methods removed in django 4.0 Update tox for official Django 4 release
This is being removed in django 4.1
Ah, good catch.
…On Thu, Dec 9, 2021, 3:23 PM Alexander ***@***.***> wrote:
the force_text to force_str patches are missing
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1281 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJYZP24HP7SBOW35VGKBVTUQEM4FANCNFSM5JVE6FLQ>
.
|
sry, it was a false alarm. This is why I removed my comment. The str_text patch is already included in master |
The DEFAULT_GRAPHQL_URL had to change because it doesn't take into account the APPEND_SLASH setting from within Django.
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 comment looks solid to me. All of @ulgens feedback appears to be addressed. I don't see any additional issues. Great work @tim-schilling
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.
Looks great 👍
@jkimbo can we get a beta 3.0.0b8 of this? this has the fixes I require for Python 3.10 usage |
This squashes and ports #1275, then fixes a few small issues for django main and python 3.10