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. |
||
|---|---|---|
| .. | ||
| debug | ||
| filter | ||
| forms | ||
| management | ||
| rest_framework | ||
| static/graphene_django | ||
| templates/graphene | ||
| tests | ||
| utils | ||
| __init__.py | ||
| compat.py | ||
| conftest.py | ||
| converter.py | ||
| fields.py | ||
| registry.py | ||
| settings.py | ||
| types.py | ||
| views.py | ||