fix serializer to accept joined_output_task
1 unresolved thread
1 unresolved thread
Compare changes
+ 4
− 3
@@ -38,7 +38,7 @@ class TaskWriteSerializer(serializers.ModelSerializer):
@@ -93,7 +93,7 @@ class TaskReadSerializer(serializers.ModelSerializer):
@@ -105,6 +105,7 @@ class TaskReadSerializer(serializers.ModelSerializer):
@@ -125,7 +126,7 @@ class TaskReadSerializerFast(serializers.ModelSerializer):
why dont you remove if it is commented out :)
because I'm not sure if it is need later. There is a 'fast' serializer, and a normal serializer. And I can't remember who/what uses the fast serializer. If it is used by a service that wants to see the 'join' fields, then I have to uncomment it later.