We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using graphql-core in the context of Django projects print_block_string could receive a proxy object from a lazy translation.
print_block_string
In this case it fails to concatenate the value.
Expected: evaluate the proxy object in place as a string
The text was updated successfully, but these errors were encountered:
Make print_block_string work with string proxy objects (#153)
02f349b
This is now in the main branch and will be available soon in v3.2.
Sorry, something went wrong.
Cito
No branches or pull requests
using graphql-core in the context of Django projects
print_block_string
could receive a proxy object from a lazy translation.In this case it fails to concatenate the value.
Expected: evaluate the proxy object in place as a string
The text was updated successfully, but these errors were encountered: