Django ORM - QuerySet Filtering and Lookups / Ordering and Slicing QuerySets

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024

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

  • @bugbytes3923
    @bugbytes3923  5 หลายเดือนก่อน

    Playlist link: th-cam.com/video/EsBqIZmR2Uc/w-d-xo.html

  • @AmoahDevLabs
    @AmoahDevLabs ปีที่แล้ว +7

    Even though I have been working with Django for about 4 years now I still acknowledge your contents because it gives me more insights in other areas. Thanks very much.

    • @bugbytes3923
      @bugbytes3923  ปีที่แล้ว +1

      Thanks a lot for the support!

  • @aminzahedsadeghi4995
    @aminzahedsadeghi4995 7 หลายเดือนก่อน +3

    I have never seen such a course so well that explains all the details well, thank you !

    • @bugbytes3923
      @bugbytes3923  7 หลายเดือนก่อน

      Thanks a lot! Really appreciate the comment!

  • @zawanns
    @zawanns ปีที่แล้ว +1

    Discovering your channel and you solve a lot of my issues. Thank you so much for sharing so fluently

    • @bugbytes3923
      @bugbytes3923  ปีที่แล้ว

      Thanks a lot - really appreciate the nice comment! I'm glad the content has helped.

  • @seydinaoumarsamabaly1806
    @seydinaoumarsamabaly1806 ปีที่แล้ว +1

    Another great one ! Thank you master 🙌🏾

    • @bugbytes3923
      @bugbytes3923  ปีที่แล้ว

      Thanks for watching, as always!

  • @batuhanunal9380
    @batuhanunal9380 ปีที่แล้ว +1

    Very nice, clear explanations.

  • @MagnusAnand
    @MagnusAnand ปีที่แล้ว

    Great video as usual!
    One video suggestion: order_by with distinct ;)

  • @user-ln6hz2nb7o
    @user-ln6hz2nb7o 5 วันที่ผ่านมา +1

    Thank you master

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

      @@user-ln6hz2nb7o thanks for watching!

  • @thokozanindlovu1939
    @thokozanindlovu1939 8 หลายเดือนก่อน

    Are you able to create tutorials like this for all the concepts in Python ? In my entire search for tutorials on TH-cam, this is by far the best set of tutorials I have come across, very comprehensive and clear, easy to follow

    • @bugbytes3923
      @bugbytes3923  8 หลายเดือนก่อน

      Thanks so much, that's amazing to hear! I'll try and create some Python tutorials in the near future. There's a lot of possibilities! Any requests just let me know.

  • @vincentgaliano
    @vincentgaliano 9 หลายเดือนก่อน +1

    Thanks, good explanations !

    • @bugbytes3923
      @bugbytes3923  9 หลายเดือนก่อน

      Thanks ! 🙏

  • @open-source243
    @open-source243 4 หลายเดือนก่อน +1

    thank you so much :)

    • @bugbytes3923
      @bugbytes3923  4 หลายเดือนก่อน

      Thanks for watching !

  • @HersonMelo
    @HersonMelo ปีที่แล้ว

    Awesome content! So helpful, thanks!

  • @TomislavMiletic
    @TomislavMiletic ปีที่แล้ว +1

    Thank you! Do you maybe have a video that explains the "through" field for related objects?
    Sorry for not being exactly on point, but i am trying to understand how to connect the Course model with a creator and student user. I have tried this but don't understand how to continue:
    owner_user = models.ForeignKey(settings.AUTH_USER_MODEL, on_delete=models.CASCADE, related_name='courses')
    student_user = models.ManyToMany(settings.AUTH_USER_MODEL, related_name='student_user', through='students')

    • @bugbytes3923
      @bugbytes3923  ปีที่แล้ว +2

      Hey, sure - not the next video in this series, but the one after, will discuss many to many relationships and the ‘through’ argument.

    • @TomislavMiletic
      @TomislavMiletic ปีที่แล้ว

      @@bugbytes3923 could i possibly send you my code for CustomUser and Course models, to use that as video example? 🙂

  • @wiki-infodevelopment3369
    @wiki-infodevelopment3369 ปีที่แล้ว +1

    very nice

  • @aadarshyadav6650
    @aadarshyadav6650 7 หลายเดือนก่อน

    pls sir can you give us complete roadmap of django to master it

  • @attilakump3206
    @attilakump3206 11 หลายเดือนก่อน

    UTF-8 ordering does not work correctly

  • @davidmurphy563
    @davidmurphy563 ปีที่แล้ว

    If I could make a suggestion. I'm trying to watch this on my mobile while I work, there's no way I can read it. Tutorial code needs to be absurdly large, you can't keep the text as if you were coding.

    • @AmoahDevLabs
      @AmoahDevLabs ปีที่แล้ว

      I suggest you first watch the video and later practice coding on your computer.

    • @davidmurphy563
      @davidmurphy563 ปีที่แล้ว +1

      @@AmoahDevLabs Oh, I'm not really a learner anymore, I'm a fairly experienced dev. I just enjoy glancing at tutorials while I code. I felt it was good practice to make the font big in tutorials as I was glancing at the screen and couldn't read it.
      Anyway, just a suggestion, it's up to the channel owner obviously. :)

    • @bugbytes3923
      @bugbytes3923  ปีที่แล้ว +2

      @@davidmurphy563 Thanks David! Good suggestion, I’ll try and make the text bigger from now on.

  • @faisalmushtaq2287
    @faisalmushtaq2287 ปีที่แล้ว

    Golang playlist please

    • @AmoahDevLabs
      @AmoahDevLabs ปีที่แล้ว

      😅. Yeah I really enjoyed the last tutorial. Looking forward for more.