graphene-django/graphene_django/rest_framework/tests
Jason Kraus a64ba65bef convert DRF ChoiceField to Enum (#537)
* convert DRF ChoiceField to Enum, also impacts FilePathField

* Pep8 fixes

* DRF multiple choices field converts to list of enum

* apply black formatting
2019-09-22 21:13:12 +01:00
..
__init__.py Initial implementation of serializer field converter 2017-06-26 09:19:49 +01:00
test_field_converter.py convert DRF ChoiceField to Enum (#537) 2019-09-22 21:13:12 +01:00
test_multiple_model_serializers.py Alias only_fields as fields and exclude_fields as exclude (#691) 2019-07-09 14:03:11 +01:00
test_mutation.py Adds documentation to CAMELCASE_ERRORS setting (#689) 2019-07-08 22:22:08 +01:00