Django REST Framework- Nested Serializers, SerializerMethodField and Serializer Relations

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ต.ค. 2024

ความคิดเห็น • 25

  • @bugbytes3923
    @bugbytes3923  5 วันที่ผ่านมา +5

    Django REST Framework API playlist: th-cam.com/play/PL-2EBeDYMIbTLulc9FSoAXhbmXpLq2l5t.html

  • @seydinaoumarsamabaly1806
    @seydinaoumarsamabaly1806 5 วันที่ผ่านมา +5

    Without knowing the end of this serie of DRF I guarantee you this is the best ever. Thank for all man !

    • @bugbytes3923
      @bugbytes3923  วันที่ผ่านมา

      Amazing man thank you for the comment!

  • @alexdin1565
    @alexdin1565 5 วันที่ผ่านมา +1

    Wow, this was so straightforward! 🙌 Nested serializers finally make sense to me. Thank you for breaking it down so easily!

    • @bugbytes3923
      @bugbytes3923  วันที่ผ่านมา

      Thanks a lot, glad to hear it helped!

  • @sohailshah1574
    @sohailshah1574 5 วันที่ผ่านมา +2

    very excited about this playlist.. Sir please cover all the topics related to DRF

    • @bugbytes3923
      @bugbytes3923  วันที่ผ่านมา

      Thanks! Will try to ;)

  • @AhmedBashir-m1s
    @AhmedBashir-m1s 4 วันที่ผ่านมา +1

    Great job ❤❤❤

    • @bugbytes3923
      @bugbytes3923  3 วันที่ผ่านมา

      @@AhmedBashir-m1s thanks a lot!

  • @serychristianrenaud
    @serychristianrenaud 6 ชั่วโมงที่ผ่านมา

    Thanks

  • @ranahussain8599
    @ranahussain8599 4 วันที่ผ่านมา +1

    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

    • @bugbytes3923
      @bugbytes3923  วันที่ผ่านมา

      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.

  • @aashayamballi
    @aashayamballi 4 วันที่ผ่านมา

    thank you!

    • @bugbytes3923
      @bugbytes3923  วันที่ผ่านมา

      Thanks for watching!

  • @frameff9073
    @frameff9073 5 วันที่ผ่านมา +1

    good thank

    • @bugbytes3923
      @bugbytes3923  วันที่ผ่านมา

      Thank you for watching!

  • @HigorLP
    @HigorLP 4 วันที่ผ่านมา

    Nice

  • @vijaynayak4874
    @vijaynayak4874 5 วันที่ผ่านมา +1

    letsss goo

  • @manuel-jo
    @manuel-jo 4 วันที่ผ่านมา

    🔥🔥🔥

  • @Developer_python_
    @Developer_python_ 5 วันที่ผ่านมา +1

    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

    • @bugbytes3923
      @bugbytes3923  วันที่ผ่านมา +1

      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.

    • @Developer_python_
      @Developer_python_ 19 ชั่วโมงที่ผ่านมา

      @@bugbytes3923 I'm waiting) Thanks