graphene-django/graphene_django/forms
DoctorJohn cd8074b06a Explicitly cast help_text used as description to str to resolve lazy translation
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.
2020-06-04 20:46:53 +02:00
..
tests Default camelcase errors (#968) 2020-05-21 16:42:15 +01:00
__init__.py Fix flake8 issue 2017-10-02 09:31:58 -05:00
converter.py Explicitly cast help_text used as description to str to resolve lazy translation 2020-06-04 20:46:53 +02:00
forms.py resolve django translation deprecation warnings (#847) 2020-01-11 14:52:41 +01:00
mutation.py Fix DjangoModelFormMutation (#915) 2020-04-12 20:01:30 +01:00
types.py Remove duplicate ErrorType (#701) 2019-07-07 20:06:01 +01:00