I really enjoyed your video even though I don't speak English! Is it possible to somehow do this not using hardcoding, but with an o2m connection, so that other categories can be added to the admin panel? (was translated with the help of a translator)
Anyone had the following problem: you use select_relayed or prefetch. Instead of getting restaurant.name you now have restaurant__name. Now you cant use the same template for these two queries and have to use python to drop the __ and build a dictionary. This feels slow an not "pythonic". How do we get restaurant.name even from a prefetch or select_related query?
I swear you bring Django to another level. The best ever. Thank you Master 🙌🏾🙌🏾🙌🏾.
Thanks a lot for that comment, really appreciate it! As always, thanks mate!
Great video again! Definitely would be great to see a video including HTMX in this.
Thanks! Will quickly create a small video for this soon!
Thanks for your django content! 🚀
Thanks a lot for watching!
Another excellent video, your content is the best. Very concise.
Thanks a lot Rob!
Great series, Thanks very much for your super gist. Anyway let us sprinkle some htmx on our html.
Thanks a lot! Will create a short video today on HTMX-ifying the form!
thank you , more django and fastapi video please
Much more to come - thanks!
Cool video and usefu video,as always.
Thanks a lot!
very well explained, really helpful.
Thanks a lot!
Thank you!
Thanks for watching!
Nice video 😁 It would be cool if the checkboxes were still selected after submitting.
Great point! Should've included it. Thanks for watching!
🤩 thank you
Thanks!
Hi, yes please, the option with HTMX is good.
Creating + recording that video today - will release soon!
Thanks
Thanks for the comment!
Thank you! Quick question: Have you begun looking at Django 5 at all?
I've had a quick look but nothing too in-depth yet. Might try and do a quick video over the holidays!
I really enjoyed your video even though I don't speak English! Is it possible to somehow do this not using hardcoding, but with an o2m connection, so that other categories can be added to the admin panel? (was translated with the help of a translator)
Make video on Django channels bro.
It's in the pipeline! Lots coming up.
Anyone had the following problem: you use select_relayed or prefetch. Instead of getting restaurant.name you now have restaurant__name. Now you cant use the same template for these two queries and have to use python to drop the __ and build a dictionary.
This feels slow an not "pythonic". How do we get restaurant.name even from a prefetch or select_related query?
Please do with HTMX
Thanks for the suggestion - it will be released today!
@@bugbytes3923 Thanks a lot. We appreciate you