graphene-django/graphene_django/rest_framework
Jarkko Piiroinen e1a7d19833
Convert DecimalField to Decimal instead of Float in DRF and form converters (#1277)
* Convert serializer DecimalField to Decimal

* Convert form DecimalField to Decimal
2022-01-18 17:03:08 +03:00
..
tests Convert DecimalField to Decimal instead of Float in DRF and form converters (#1277) 2022-01-18 17:03:08 +03:00
__init__.py Initial implementation of serializer field converter 2017-06-26 09:19:49 +01:00
models.py use to_representation in favor of get_attribute (#848) 2020-02-21 17:42:47 +00:00
mutation.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
serializer_converter.py Convert DecimalField to Decimal instead of Float in DRF and form converters (#1277) 2022-01-18 17:03:08 +03:00
types.py Fix duplicated ErrorType declaration (#539) 2019-03-31 12:01:43 +01:00