Thank you for posting. I am glad I found your channel. Great content!!! You have one more subscriber. I hope you channel keeps growing. Best regards.@@bugbytes3923
Thank you. This was the best overview of the manytomany relation options in Django I have seen so far. Perhaps in a next version you can elaborate on the 'related_name' option and how to use that?
@@bugbytes3923 Can you please do a follow-up video and expand on how the ManyToManyFields and the extra fields in the Through-Models can be implemented in Forms and Views? Thank you and have a great weekend!
As usual great content. One thing is in the admin panel if you are using inlines, that the model require the related_name..through as the end as in "model = Restaurant.staff.through" if you want to list all staff members under each restaurant in a stacked or tabular inline. This will also display the through table fields. Pretty nifty.
This is supper man thanx for creating this series and also other series and videos you have provided that's great content man I have benefited and learnt a lot from you keep up the good work, Thnax once again.
In your next HTMX x Alpine.js video could you cover passing data between htmx and Alpine components. Eg. How do I change an HTMX request based on x-data state? I saw the "htmx.process()" method, but It's not so clear. Keep up the great work 🇿🇦
hello, tanks for this course, its so useful for me please record a course about deep dive in view and please record a course to customizing admin panel template and add some function to admin panel
hi in this case we have 2 table and a many to many relationship , what if have 3 table and and a many to many relationship , how can i write many to many field and where ?
Sir i want autocomplete with out foreignkey in list need to display db columns like id, description, shortname, alias and etc i want to get any one according requirement like some time i wl get description or shortname or id
Playlist link: ua-cam.com/video/EsBqIZmR2Uc/v-deo.html
Impressive!!! By far, the best video of the ManyToMany relations in Django!!! Thank you very much.
Thanks a lot, I’m delighted to hear that! Thanks for watching!
Thank you for posting. I am glad I found your channel. Great content!!! You have one more subscriber. I hope you channel keeps growing. Best regards.@@bugbytes3923
Just aww, I really can say that I've well understood the M2M concept with this one 🙌🏾. Thank you mate !
Thanks a lot!
Great video, subscribed!
Thanks a lot!
Subscribed right after finishing the video.
Thanks a lot, great to hear that!
Thank you. This was the best overview of the manytomany relation options in Django I have seen so far. Perhaps in a next version you can elaborate on the 'related_name' option and how to use that?
Thanks a lot! I'll try and elaborate on related name in future, too.
Saving this for the weekend. Thank you!
Thank you!
@@bugbytes3923 Can you please do a follow-up video and expand on how the ManyToManyFields and the extra fields in the Through-Models can be implemented in Forms and Views? Thank you and have a great weekend!
Great video! Clearly explained :)
Thanks a lot!
Man thank you, this video clarified my doubt in M2M in django
Great to hear, thanks for sharing!
Thank you, guy! This is a video that I will watch many times. It has a lot of good information and clear explanations!
Thanks a lot Pedro! Glad it is useful, and thank you for watching!
👍 great stuff, very helpful, thanks a lot
Glad to hear it, thank you!
Bruh you saved me so much time in my buiding project. Keep the good work! Awesome
Glad to hear it dude! Good luck with your project and thanks!
Excellent explanation ! came here to understand M2M queries and achieved that plus so much more ! Off to put into practice now ...
Thanks, man! A great video that helped me a lot
Thanks a lot !
Thank you so much:). That is a very good tutorial:)
Thanks so much!
As usual great content. One thing is in the admin panel if you are using inlines, that the model require the related_name..through as the end as in "model = Restaurant.staff.through" if you want to list all staff members under each restaurant in a stacked or tabular inline. This will also display the through table fields. Pretty nifty.
Thank you, and nice suggestion there - I should have added it!
This is supper man thanx for creating this series and also other series and videos you have provided that's great content man I have benefited and learnt a lot from you keep up the good work, Thnax once again.
Thanks a lot!
Thank you!
You're welcome, thanks for watching!
thank you bro
Thanks for watching!
Great content
Thanks a lot!
In your next HTMX x Alpine.js video could you cover passing data between htmx and Alpine components. Eg. How do I change an HTMX request based on x-data state?
I saw the "htmx.process()" method, but It's not so clear.
Keep up the great work
🇿🇦
Great suggestion, I'll add that to the list, thank you!
hello, tanks for this course, its so useful for me
please record a course about deep dive in view
and please record a course to customizing admin panel template and add some function to admin panel
Thanks, will look into those!
cool
Cheers!
thank
You're welcome!
What is the link to the previous video?
It’s on this playlist here: ua-cam.com/play/PL-2EBeDYMIbQXKsyNweppuFptuogJe2L-.html
hi in this case we have 2 table and a many to many relationship , what if have 3 table and and a many to many relationship , how can i write many to many field and where ?
Hey, great video.
Just one question, at 17:40, can't we just add another `staffs = ManyToManyField(Staff)` in Restaurant model as well?
No need to do that, you can access it from the other side using staff_set 17:55
_set is a Django convention, it also works with One to Many relations.
Sir i want autocomplete with out foreignkey in list need to display db columns like id, description, shortname, alias and etc i want to get any one according requirement like some time i wl get description or shortname or id
Superb and awesome but i want your email bcz i hv lot of doubts in autocomplete
Thank you so much.
You’re welcome! Thanks for watching!