Skip to content
Snippets Groups Projects

Refactor update creation api

Merged Samuel GAIST requested to merge refactor_update_creation_api into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -42,7 +42,7 @@ import beat.core.toolchain
class ToolchainCreationSerializer(ContributionCreationSerializer):
class Meta(ContributionCreationSerializer.Meta):
model = Toolchain
beat_core_class = beat.core.toolchain
beat_core_class = beat.core.toolchain.Toolchain
# ----------------------------------------------------------
Loading