Skip to content
Snippets Groups Projects
Commit f8570a8d authored by Samuel GAIST's avatar Samuel GAIST Committed by Samuel GAIST
Browse files

[dataformats][serializers] Set beat_core_class correctly

parent 5179668e
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ import beat.core.dataformat
class DataFormatCreationSerializer(ContributionCreationSerializer):
class Meta(ContributionCreationSerializer.Meta):
model = DataFormat
beat_core_class = beat.core.dataformat
beat_core_class = beat.core.dataformat.DataFormat
# ----------------------------------------------------------
......
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