Without knowing the end of this serie of DRF I guarantee you this is the best ever. Thank for all man !
@bugbytes39232 ай бұрын
Amazing man thank you for the comment!
@FacundoTroiteroАй бұрын
You do a great job at explaining this horrible stuff. No one should have to learn this, but your explanations and approach make it much easier and take a lot of the pain away.
@bugbytes3923Ай бұрын
Thanks a lot - really appreciate that, glad to hear the approach works! Cheers!
@jeremybrews252124 күн бұрын
I do like the fact you do leave in the errors. Thanks for that.
@bugbytes392321 күн бұрын
No problem, helps show the workflow better I think (with common pitfalls) - thanks for the comment!
@Brah20045 күн бұрын
Hi man, love your videos, they're so detailed and thorough! Keep it up!
@bugbytes39234 күн бұрын
Thanks a lot Brah! Appreciate it
@bugbytes39232 ай бұрын
☕ Buy a coffee: ko-fi.com/bugbytes ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐ 📚 Django REST Framework API playlist: kzbin.info/aero/PL-2EBeDYMIbTLulc9FSoAXhbmXpLq2l5t
@softwareengineer118 күн бұрын
as always ! well explained dude . continue bringing these awesome tutorials for us . really helpful .
@bugbytes392317 күн бұрын
Thanks a lot!
@alexdin15652 ай бұрын
Wow, this was so straightforward! 🙌 Nested serializers finally make sense to me. Thank you for breaking it down so easily!
@bugbytes39232 ай бұрын
Thanks a lot, glad to hear it helped!
@ArtemZakharov-sv6djАй бұрын
🔥🔥🔥 amazing!
@bugbytes3923Ай бұрын
Thanks a lot man!
@sohailshah15742 ай бұрын
very excited about this playlist.. Sir please cover all the topics related to DRF
@bugbytes39232 ай бұрын
Thanks! Will try to ;)
@sdei44232 ай бұрын
As usual top tutorial
@bugbytes39232 ай бұрын
Thanks a lot!
@hakanbilgin6875Күн бұрын
Thank you for the video 🎉
@AhmedBashir-m1s2 ай бұрын
Great job ❤❤❤
@bugbytes39232 ай бұрын
@@AhmedBashir-m1s thanks a lot!
@serychristianrenaud2 ай бұрын
Thanks
@bugbytes39232 ай бұрын
Thanks for watching!
@thabosiphiwemngoma18594 күн бұрын
The most interesting video i've ever watched on django. So I wanted to know, how do you model hierarchical data in the database before nesting here on the serializers.
@bugbytes39234 күн бұрын
Haha thanks. I'll need to prepare some on hierarchical DB data, but there are tools such as django-treebeard that can help.
@aashayamballi2 ай бұрын
thank you!
@bugbytes39232 ай бұрын
Thanks for watching!
@ranahussain85992 ай бұрын
It is good understanding of serializer. One hundred or two hundred records probably good for nested serializer, but when it comes to thousands of records then I think performance will hit big time. Do you have any suggestion to avoid performance hit and still use serializer. Or maybe if you got some time to make a short video and show us a little demo with pulling 10 thousands records from three different model with nested method. Keep up the good work. I like your videos. Thanks
@bugbytes39232 ай бұрын
Very good idea - I'll add this to the list for the series. We will do some pagination of API content later, which would help with this.
@manuel-jo2 ай бұрын
🔥🔥🔥
@bugbytes39232 ай бұрын
Thank you!
@vijaynayak48742 ай бұрын
letsss goo
@bugbytes39232 ай бұрын
Let's goo!
@HigorLP2 ай бұрын
Nice
@bugbytes39232 ай бұрын
Thank you!
@frameff90732 ай бұрын
good thank
@bugbytes39232 ай бұрын
Thank you for watching!
@ZeeshanAli-m9g2 ай бұрын
please also make a video on custom user model
@bugbytes39232 ай бұрын
good idea, thanks!
@Developer_python_2 ай бұрын
Cool, but more interesting things start when we need to pass input nested data to create on update an entity. And also cool features are fields as a parameters of a serializer. If you want to be more cool than other authors you may to talk about such methods as to_representarion, to_internal_value, about context and other important things
@bugbytes39232 ай бұрын
I'm planning some stuff on this - for the nested entities we'll need to have this kind of custom logic, so that'll be later in the series.