Fix backward compability on GraphQLTestCase._client setter (v2) by ulgens · Pull Request #1093 · graphql-python/graphene-django

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@ulgens

Copy link

Collaborator

@ulgens ulgens commented

Jan 9, 2021

I didn't handle backward compatability for setter in https://github.com/graphql-python/graphene-django/pull/1084/files#r549921387 and it seems it caused problems for several users.

Relates to #1088, hopefully fixes it 🙂

@ulgens ulgens requested a review from zbyte64

January 9, 2021 10:32

@ulgens ulgens changed the title Fix backward compability on GraphQLTestCase._client setter Fix backward compability on GraphQLTestCase._client setter (v2)

Jan 9, 2021
Copy link

Collaborator

@zbyte64 zbyte64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this will allow people to set _client and fix the problem for most it seems. Cool 👍

@zbyte64 zbyte64 merged commit e24675e into v2

Jan 10, 2021

@zbyte64 zbyte64 deleted the fix_backward_comp_test branch

January 10, 2021 03:16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@zbyte64 zbyte64 zbyte64 approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@ulgens @zbyte64