diff --git a/graphene_django/types.py b/graphene_django/types.py index 76622f7..b6e4b5e 100644 --- a/graphene_django/types.py +++ b/graphene_django/types.py @@ -33,8 +33,6 @@ def construct_fields(options): # Or when there is no back reference. continue converted = convert_django_field_with_choices(field, options.registry) - if not converted: - continue fields[name] = converted return fields