Django Database Transactions / atomic() function

  Рет қаралды 6,374

BugBytes

BugBytes

Күн бұрын

Пікірлер: 39
@bugbytes3923
@bugbytes3923 8 ай бұрын
ORM Playlist link: kzbin.info/www/bejne/e6SlonyQordli8U
@andresbenitez1299
@andresbenitez1299 11 ай бұрын
This is by far, the most well explained video of Django Transactions. Thanks for your great video!
@bugbytes3923
@bugbytes3923 11 ай бұрын
Thanks a lot Andres!
@robhafemeister3100
@robhafemeister3100 Жыл бұрын
Nothing better than starting my week with a BugBytes video, great explanation of atomic transactions.
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks a lot Rob!
@muhammadtayyabtahirqureshi7186
@muhammadtayyabtahirqureshi7186 4 ай бұрын
this tutorial helped me a lot to understand django database transactions. The best thing is that he has explained the topic by referring to the django documentation.
@seydinaoumarsamabaly1806
@seydinaoumarsamabaly1806 Жыл бұрын
Thank you so much mate, It can't be clearer than this. I will get into the habit of working with transaction now !
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks mate!
@Dorso2009
@Dorso2009 Жыл бұрын
Thanks for the great video! Atomic transactions was one aspect of Django that I hadn't delved into before! Cheers!
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks a lot! Glad it was something new to learn!
@Khaled-fo7tr
@Khaled-fo7tr 4 ай бұрын
Thank you, for the great explanation. 🙏
@bugbytes3923
@bugbytes3923 4 ай бұрын
Thanks a lot - glad it was helpful and thank you for watching!
@Yarkanlaki
@Yarkanlaki 8 ай бұрын
Finally I found how to manage num of items in stock without any risks
@repotranstech
@repotranstech Жыл бұрын
Nice one .Very important video.
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thank you!
@mohanaryal5940
@mohanaryal5940 2 ай бұрын
Bravo 👏👏👏👏👏👏👍👍👍
@bugbytes3923
@bugbytes3923 2 ай бұрын
Thanks a lot!
@CristianMolina
@CristianMolina Жыл бұрын
Very nice and deep example, thanks a lot!
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thank you!
@wazidmalik6824
@wazidmalik6824 Жыл бұрын
Great as always .
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks a lot!!
@qwee-c4r
@qwee-c4r 4 ай бұрын
Increíble, gracias 🫂🙌🏻
@bugbytes3923
@bugbytes3923 4 ай бұрын
Thank you!
@AmoahDevLabs
@AmoahDevLabs Жыл бұрын
Nice one. Thanks for the gist.
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks for watching!
@aashayamballi
@aashayamballi Жыл бұрын
thank you!
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks a lot!
@Ahmedesmail07
@Ahmedesmail07 Жыл бұрын
Wow, Amazing tutorial!!, I have a question if i have a function and this is called twice at the same time for refreshing the token of the user the first request when i trying to get the user it works successfully, the second API call for this function returning NoneType Object of the this user due to the refresh token was not equal to the refreshed token at the first, If i used the atomicity in this refresh_token view it will solve the problem or what should i do?
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thank you! I'm not sure, but I think when you get the NEW refresh token for the first API call - the original refresh token becomes invalid. If you then call the refresh endpoint AGAIN with that original refresh token (instead of the new one that was issued) - you'll probably get the error or the NoneType response. You need to always pass the most recently issued token from the client. I think this is more of a client-side issue than a Django/DB issue, but again - not 100% sure.
@Ahmedesmail07
@Ahmedesmail07 Жыл бұрын
@@bugbytes3923 thank you very much sir 💕💕
@frameff9073
@frameff9073 Жыл бұрын
thank
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks for watching!
@leohenrique5038
@leohenrique5038 Жыл бұрын
Hello, your videos are amazing, i am using htmx, but when i use hx-get in button, after this dont load js, how i can to fix this?
@farhadbaghbanahangar7098
@farhadbaghbanahangar7098 Жыл бұрын
i like that ✌, but i think you have to rewrite save method in model instead of rewrite save method in form..
@craigphollingsworth1460
@craigphollingsworth1460 Жыл бұрын
Thanks for the video. Great content as always. Finally prompted me to sort some of my code out. Any plans to do anything on async or threading/Mutliprocessing in Django? very limited guidance and docs out there on this kind of stuff. Anyway, thantks again!
@bugbytes3923
@bugbytes3923 Жыл бұрын
Thanks! It's an interesting topic but I've not really considered a video on this yet. I'll have a think about it though - cheers for the suggestion!
@ChristianForexTradersCommunity
@ChristianForexTradersCommunity Жыл бұрын
please i need the link to the codebase repo on Github
@rokibulhaque1673
@rokibulhaque1673 Жыл бұрын
Hi, could you please share a tutorial for bulk update using atomic !!!
@firstandlast4435
@firstandlast4435 7 ай бұрын
Can't we use lambdas in callbacks? I am not sure, but I genuinely thought that's what they are for
Django - select_for_update() function / Locking Database Rows
23:36
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 71 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,2 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Django Transaction Atomicity
12:56
Very Academy
Рет қаралды 20 М.
Django - F Expressions for database-level operations
20:36
BugBytes
Рет қаралды 5 М.
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,6 МЛН
Django Conditional Expressions / Case() and When() objects
36:26
Django Content Types framework / ContentType model
15:07
BugBytes
Рет қаралды 5 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 71 МЛН