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

[dataformats][serializers] Set beat_core_class correctly

parent ea0a8ed7
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !327. Comments created here will be created in the context of that merge request.
......@@ -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