I am showing the API for a specific model and want to serialize some fields related to it. These related fields are usually repeated, and I do not want to perform multiple db queries for each related field serialization. Is there an easy way to pre-query all related instances and then you have a RelatedField serializer in it? Or maybe point out a related field from ModelSerializer?
jacob
source share