[Answer]-How to manipulate fields of Serializer without changing the model?

1👍

You want SerializerMethodField assuming its read-only. If you need read-write, you’ll have to write a custom Serializer Field.

Leave a comment