graphene-django/graphene_django/filter
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 graphql 3.0 and graphene 3.0 final rebase (#951) 2020-05-09 12:13:47 +01:00
__init__.py Reformatted files using black 2018-07-19 16:52:24 -07:00
fields.py Keep original queryset on DjangoFilterConnectionField (#816) 2019-11-29 09:13:16 +00:00
filterset.py Python 3 (#904) 2020-04-06 13:21:07 +01:00
utils.py Explicitly cast help_text used as description to str to resolve lazy translation 2020-06-04 20:46:53 +02:00