Skip to content
Snippets Groups Projects

Refactor update creation api

Merged Samuel GAIST requested to merge refactor_update_creation_api into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
# ----------------------------------------------------------
Loading