Re: Overriding Prefetched objects in Serialization

2019-12-27 Thread Integr@te System
Hi Barddes, Bc of you alter model, so let try to command migration, makemigration. On Fri, Dec 27, 2019, 00:46 Cesar Bueno wrote: > Hi! > > I'm having trouble overriding some prefetched data, I hope someone can > help me here. I'll try to explain my issue with the examples provided from > th

Overriding Prefetched objects in Serialization

2019-12-26 Thread Cesar Bueno
Hi! I'm having trouble overriding some prefetched data, I hope someone can help me here. I'll try to explain my issue with the examples provided from the Docs ( https://docs.djangoproject.com/en/dev/ref/models/querysets/#prefetch-related). The base models from the examples below were taken from