graphene-django/graphene_django/forms
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
converter.py Convert DecimalField to Decimal instead of Float in DRF and form converters (#1277) 2022-01-18 17:03:08 +03:00
forms.py
mutation.py Fix broken form.save() call in DjangoFormMutation.perform_mutate (#1155) 2021-04-10 20:30:15 -07:00
types.py