graphene-django icon indicating copy to clipboard operation
graphene-django copied to clipboard

Cast translated description for DecimalField

Open andrei-datcu opened this issue 4 years ago • 0 comments

https://github.com/graphql-python/graphene-django/pull/976 casts all the description fields to strings to prevent schema printing from failing whenever the description is a lazy translated string. The DecimalField however got in after the v3 merge and it currently misses the cast.

andrei-datcu avatar Aug 11 '21 18:08 andrei-datcu