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
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 ...@@ -47,7 +47,7 @@ import beat.core.dataformat
class DataFormatCreationSerializer(ContributionCreationSerializer): class DataFormatCreationSerializer(ContributionCreationSerializer):
class Meta(ContributionCreationSerializer.Meta): class Meta(ContributionCreationSerializer.Meta):
model = DataFormat 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