We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be22f16 commit a9d819eCopy full SHA for a9d819e
graphene_django/forms/converter.py
@@ -83,8 +83,3 @@ def convert_form_field_to_time(field):
83
@convert_form_field.register(GlobalIDFormField)
84
def convert_form_field_to_id(field):
85
return ID(required=field.required)
86
-
87
88
-@convert_form_field.register(forms.TimeField)
89
-def convert_form_field_to_time(field):
90
- return Time(description=field.help_text, required=field.required)
0 commit comments