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 Fix flake8 issue 2017-10-02 09:31:58 -05:00
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 resolve django translation deprecation warnings (#847) 2020-01-11 14:52:41 +01:00
mutation.py Fix broken form.save() call in DjangoFormMutation.perform_mutate (#1155) 2021-04-10 20:30:15 -07:00
types.py Cleaned up unused imports and variables. (#1146) 2021-03-18 12:26:02 +03:00