From 4934e508d0ac687b10b9864b6f233db2715b7d40 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Mon, 20 Apr 2020 15:14:59 +0200
Subject: [PATCH] [dataformats][serializers] Set beat_core_class correctly

---
 beat/web/dataformats/serializers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beat/web/dataformats/serializers.py b/beat/web/dataformats/serializers.py
index d44afda1c..5a7f258c7 100644
--- a/beat/web/dataformats/serializers.py
+++ b/beat/web/dataformats/serializers.py
@@ -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
 
 
 # ----------------------------------------------------------
-- 
GitLab