graphene-django/graphene_django/rest_framework
B4rtware e33a6002bf
fix datetime type does get converted to a string
to_representation will convert the datetime field into a string representation. However the to_representation on the method field will only call its underlying method.
2020-01-08 13:35:38 +01:00
..
tests added support for partial updates in serializers (#731) 2019-12-27 14:46:48 +00:00
__init__.py Initial implementation of serializer field converter 2017-06-26 09:19:49 +01:00
models.py Add support for write_only fields in SerializerMutation (#555) 2019-06-09 16:25:34 -07:00
mutation.py fix datetime type does get converted to a string 2020-01-08 13:35:38 +01:00
serializer_converter.py convert DRF ChoiceField to Enum (#537) 2019-09-22 21:13:12 +01:00
types.py Fix duplicated ErrorType declaration (#539) 2019-03-31 12:01:43 +01:00