Skip to content
Snippets Groups Projects
Commit 1e21e475 authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

remove required=False from transcription serializer

parent 1c7023ed
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ class TranscriptionSerializer(serializers.ModelSerializer):
read_only=True,
help_text='This field is deprecated; please use the `confidence` field instead.',
)
orientation = EnumField(TextOrientation, required=False)
orientation = EnumField(TextOrientation)
class Meta:
model = Transcription
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment