We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2c0bc commit 1863b38Copy full SHA for 1863b38
api/serializers.py
@@ -558,7 +558,7 @@ class Meta(UserSerializer.Meta):
558
559
class PhotoSerializer(serializers.ModelSerializer):
560
561
- image_path = serializers.SerializerMethodField()
+ image_path = serializers.SerializerMethodField(help_text="Internal server path of the image.")
562
563
def get_image_path(self, obj) -> str:
564
return obj.photo.path
0 commit comments