Perfect. Simple, clear and well explained. Continue this way. I do not raise very often comment but as previously said by others, it is really great videos on ORM. Many thanks for your time and dedication. You should think about posting training on udemy or others sites, I will definitively support you.
Thanks for good explanation! Even though it looks a little complicated, for me it is amazing. I will be poud if I could to write such a comprehensive code!
hello?... I'm working with a HTMX file upload form, I want to have a cancel button, on click, the post request will be cancelled, how do I cancel it?...
THIS ... WAS ... AWESOME. I've yet to use the case and when structures so was. More advanced topics are welcome. Here's an idea/challenge I was mulling over the other day in regards to Django vs FastApi. Everyone wants fast, modern and async, but I won't give up on the orm or the migrations. Yes I can use SQLAlchemy and Alembic, but it doesn't have the same sleekness. Can you get the same speed and lightness in Django by using Daphne/Uvicorn ASGI, the async ORM functions, and async functions using Django-Nina as the serializer? I'm not sure if ninja has implemented pydantic 2.0 yet, but their first full release is in beta 1.
Thanks! And interesting idea there - I'll need to revisit django-ninja. Some of my earliest videos where I actually put more thought into the planning were on Ninja, but I'm not sure if it supports Pydantic 2.0 yet.
This code have a bug If last_sale: 2023-08-03 dates last date range: 2023-07-30 ~ 2023-08-09 But last sale: 2023-08-03 Right dates last date range: 2023-07-30 ~ 2023-08-03(03? 04?) Additionally, Filtering a DateTimeField with dates won’t include items on the last day, because the bounds are interpreted as “0am on the given date”. If pub_date was a DateTimeField, the above expression would be turned into this SQL: SELECT ... WHERE pub_date BETWEEN '2005-01-01 00:00:00' and '2005-03-31 00:00:00'; Thanks lecture!😊 Delete Django link. I think link problem
ORM Playlist link: ruclips.net/video/EsBqIZmR2Uc/видео.html
I will be deceiving myself if I don't drop a comment on this. These are advanced topics littered in few books. You have simplified everything.❤
Awesome - thanks a lot for the nice comment!
I use to use Pandas for that type of data analysis but the orm seems like a robust way to handle the same logic, thank your good Sr.
Thanks - Pandas is always good too, but definitely a heavier dependency in a web app!
I knew these concepts from SQL, now in Django Orm 😀. Thank you very much Master 🙌🏾.
Thanks a lot!
Perfect. Simple, clear and well explained. Continue this way. I do not raise very often comment but as previously said by others, it is really great videos on ORM. Many thanks for your time and dedication. You should think about posting training on udemy or others sites, I will definitively support you.
Thanks a lot! Appreciate the nice comment, I'll maybe try releasing some full courses after new year I think. Thanks again!
Thanks for good explanation! Even though it looks a little complicated, for me it is amazing.
I will be poud if I could to write such a comprehensive code!
Thanks a lot! Appreciate it! And yes, it's a little complex, and not something you'd use every day as a Django dev. Useful to know, though!
Well explanation, Thank you so much
Thanks a lot!
amazing content ,great tutor
Thanks so much!
man u actually a hero
Thanks a lot, glad to hear that!
hello?... I'm working with a HTMX file upload form, I want to have a cancel button, on click, the post request will be cancelled, how do I cancel it?...
Great video as always.
Thanks a lot!
great teacher 🌹
Thanks a lot!
Brilliant content, thank you so much!
Thanks a lot!
it helps me a lot, thanks
Thanks, great to hear that!
amazing content, congratulations!
Thanks a lot for watching and commenting, cheers!
THIS ... WAS ... AWESOME. I've yet to use the case and when structures so was. More advanced topics are welcome.
Here's an idea/challenge I was mulling over the other day in regards to Django vs FastApi. Everyone wants fast, modern and async, but I won't give up on the orm or the migrations. Yes I can use SQLAlchemy and Alembic, but it doesn't have the same sleekness.
Can you get the same speed and lightness in Django by using Daphne/Uvicorn ASGI, the async ORM functions, and async functions using Django-Nina as the serializer?
I'm not sure if ninja has implemented pydantic 2.0 yet, but their first full release is in beta 1.
Thanks! And interesting idea there - I'll need to revisit django-ninja. Some of my earliest videos where I actually put more thought into the planning were on Ninja, but I'm not sure if it supports Pydantic 2.0 yet.
Great content, plz make a video on django signals.
Will do! Coming up soon...
Super!
Thank you!
thank you
Thanks a lot!
I watched your videos many times. Very thanks.
I just talked program bug. Not offensive.
I don’t understand why delete my comment.
Please post the bug here! RUclips must have deleted that comment (this happens a lot!). Thanks for watching!
This code have a bug
If last_sale: 2023-08-03
dates last date range: 2023-07-30 ~ 2023-08-09
But last sale: 2023-08-03
Right dates last date range: 2023-07-30 ~ 2023-08-03(03? 04?)
Additionally,
Filtering a DateTimeField with dates won’t include items on the last day, because the bounds are interpreted as “0am on the given date”. If pub_date was a DateTimeField, the above expression would be turned into this SQL:
SELECT ... WHERE pub_date BETWEEN '2005-01-01 00:00:00' and '2005-03-31 00:00:00';
Thanks lecture!😊
Delete Django link. I think link problem
Majestic
Not easy to grasp!