mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-11-17 00:05:41 +03:00
Before graphql-core had issues processing descriptions generated from translatable help_text during schema generation. Involved graphql-core utilities expect descriptions to be of type `str`, however, the generated descriptions were of type `django.utils.functional.__proxy__` which caused concatination with actual strings to fail. |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| fields.py | ||
| filterset.py | ||
| utils.py | ||