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

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 44

  • @bugbytes3923
    @bugbytes3923  8 месяцев назад +1

    Playlist link: ruclips.net/video/EsBqIZmR2Uc/видео.html

  • @aminzahedsadeghi4995
    @aminzahedsadeghi4995 10 месяцев назад +5

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

    • @bugbytes3923
      @bugbytes3923  10 месяцев назад +1

      Thanks a lot! Really appreciate the comment!

  • @AmoahDevLabs
    @AmoahDevLabs Год назад +8

    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.

  • @MuhammedKamaal
    @MuhammedKamaal Месяц назад +1

    what such a great playlit for all django learners! God bless you sir !

  • @mohanaryal5940
    @mohanaryal5940 2 месяца назад +1

    Thank you, for such lovely explanation.

    • @bugbytes3923
      @bugbytes3923  2 месяца назад

      @@mohanaryal5940 thanks for the nice comment!

  • @zawanns
    @zawanns Год назад +2

    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.

  • @MagnusAnand
    @MagnusAnand Год назад +1

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

  • @thokozanindlovu1939
    @thokozanindlovu1939 11 месяцев назад +1

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

    • @bugbytes3923
      @bugbytes3923  11 месяцев назад +1

      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.

  • @batuhanunal9380
    @batuhanunal9380 Год назад +2

    Very nice, clear explanations.

  • @seydinaoumarsamabaly1806
    @seydinaoumarsamabaly1806 Год назад +2

    Another great one ! Thank you master 🙌🏾

  • @FernandoLopez-vc2ld
    @FernandoLopez-vc2ld Месяц назад +1

    Thanks a lot, very helpfull class

  • @vincentgaliano
    @vincentgaliano Год назад +2

    Thanks, good explanations !

  • @HersonMelo
    @HersonMelo Год назад +1

    Awesome content! So helpful, thanks!

  • @امینجمالی-خ9ص
    @امینجمالی-خ9ص 3 месяца назад +2

    Thank you master

    • @bugbytes3923
      @bugbytes3923  3 месяца назад

      @@امینجمالی-خ9ص thanks for watching!

  • @romanryaboshtan9270
    @romanryaboshtan9270 3 месяца назад +2

    very cool

  • @open-source243
    @open-source243 7 месяцев назад +2

    thank you so much :)

  • @TomislavMiletic
    @TomislavMiletic Год назад +2

    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 Год назад +2

    very nice

  • @aadarshyadav6650
    @aadarshyadav6650 11 месяцев назад +1

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

  • @attilakump3206
    @attilakump3206 Год назад +1

    UTF-8 ordering does not work correctly

  • @davidmurphy563
    @davidmurphy563 Год назад +1

    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 Год назад +1

    Golang playlist please

    • @AmoahDevLabs
      @AmoahDevLabs Год назад

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