The most comprehensive examples of the most frequently used features such as crispy form, muti select, many to many, como box in a concise video. Thanks!
дай я тебя обниму! Лучшая структура видеоурока: теория и практика. После твоего объяснения не остается вопросов и все получается повторить с первого раза. Так же видео не длительное и не утомляет. Молодец, хорошо поработал над структурой повествования! ПОДПИСАЛСЯ
В админке можно на странице модели при выборе model_choice_filed можно нажать на "+" и появится popup окно для создания нового объекта. после создании, этот объект будет выбран в поле. Во всем ютубе не могу найти - как сделать это в своей форме.. Может быть хорошая идея для твоего следущего видеоурока! =)
Thank you for this :) Is there a way to just limit the number of objects shown, like if you are this Car object and you have 100 objects, you don't want to query by country, what if you just don't want to show all 100 objects in the dropdown? Also can we make this search result trigger a child element so it becomes dependable? It only works with the regular django + htmx select parent (FK) that triggers the child element objects to be shown in the options below, but with this search, it doesn't work ...
Hello bro its a request please create a multilevel dropdown/nested with search functionality and data having icons too , htmx will be good or you can use anything i found no solution for this
heey I was looking for this but with one addition. what if the car isn't there availble, how to make it go quickly create a new one without leaving the main form page? have any tips for me here? thanks a lot mate.
I have encountered an issue where using render_block_to_string to respond to an HTMX Ajax call for replacing choice fields, which were initially set with select2(), causes jQuery not to affect these fields anymore. To resolve this, I had to add a script using htmx.onLoad to reattach select2() to the choice fields. However, there's a small problem. How can I prevent lag from happening between onLoad events?
great stuff!, and how to make the car field dynamically displayed (not the entire queryset, but for example, we enter letters and it is dynamically completed and we can choose an element from what we have filtered)?
@@bugbytes3923 for example: we have 500 cars (too many to display in the selection field), we enter the names and dynamically this list is completed and then we can choose what interests us
how do we implement models and select2 to allow user to add a new car that isnt in our database? in select2 documentation there is someting like "tags: true" that allows you to enter a new tag (a new car in this case) but i dont know hot to get it working with django. right now if i only add tangs:true and try to enter a new car it shows this forms error: Select a valid choice. That choice is not one of the available choices.
The most comprehensive examples of the most frequently used features such as crispy form, muti select, many to many, como box in a concise video. Thanks!
Thanks a lot, really appreciate it!
This guy is a bloody legend! The content was clear, concise and very well explained. Nothing was left out. Champion!!
Thanks a lot, appreciate it!
This is one of the best videos on UA-cam and I just love it.🔥🔥🔥👍🏻🤩
Much awaited! Happy as heaven!
Thanks a lot!
Great gist. I integrated select-2 in my current project. I'm happy you're throwing more lights on it.
Thanks! Select2 is cool, nice and easy to use and very useful.
Great video as always. select2 is a gold discovery! 🥳👍
Glad to hear it, it's a cool tool, and thank you!
You are the best! Thanks for compact and complete overview
Thanks for the nice comment!
Thank you very much, this is exactly what I was looking for.
Awesome - thanks for watching!
Been waiting for one tuto of yours this week, finally it arrived 😩! The Django GOAT 🙏🏾🙌🏾! Thank you Master.
Thank you very much!
Like always, you are the best 😍
Thanks a lot!
what an amzing tutorial 🧡🧡
Thanks!
So great ! Amazing! 🤩
Cheers man!
greaaaaaaaaaat master
👍👍👍👍
Thanks!
дай я тебя обниму!
Лучшая структура видеоурока:
теория и практика. После твоего объяснения не остается вопросов и все получается повторить с первого раза. Так же видео не длительное и не утомляет.
Молодец, хорошо поработал над структурой повествования! ПОДПИСАЛСЯ
В админке можно на странице модели при выборе model_choice_filed можно нажать на "+" и появится popup окно для создания нового объекта. после создании, этот объект будет выбран в поле. Во всем ютубе не могу найти - как сделать это в своей форме.. Может быть хорошая идея для твоего следущего видеоурока! =)
What I exactly need 😊 thank you for this.
Thank you!
Hi, thank you so much for this very helpful clip!
Thanks a lot for watching!
Great Video bro. Thank you so much.
Thanks a lot!
Oh no! jQuery 😆 ... great video BTW (as usual)
Lots of projects still need jQuery.
Background using jQuery in select2 package.
Great lesson, sir
Thank you!
Superb and awesome
Thanks a lot!
Can you explain how to use select2 with formset please? This was awesome
Thank you for this :)
Is there a way to just limit the number of objects shown, like if you are this Car object and you have 100 objects, you don't want to query by country, what if you just don't want to show all 100 objects in the dropdown?
Also can we make this search result trigger a child element so it becomes dependable? It only works with the regular django + htmx select parent (FK) that triggers the child element objects to be shown in the options below, but with this search, it doesn't work ...
Hello bro its a request please create a multilevel dropdown/nested with search functionality and data having icons too , htmx will be good or you can use anything i found no solution for this
thank you, amzing !
Thanks a lot!
Obrigado me ajudo bastante sucesso pra você
muchas gracias
Gracias por ver!
heey I was looking for this but with one addition. what if the car isn't there availble, how to make it go quickly create a new one without leaving the main form page? have any tips for me here? thanks a lot mate.
how to change the strip that appears as a result of using foreign keywords in the input form?
Thanx for the video it explains a lot.
But a question what do you prefer tailwind or bootstrap in combination with Django?
Thanks! I like both, to be honest. Maybe prefer Tailwind, slightly.
Thank you!
Thanks for watching!
I have encountered an issue where using render_block_to_string to respond to an HTMX Ajax call for replacing choice fields, which were initially set with select2(), causes jQuery not to affect these fields anymore. To resolve this, I had to add a script using htmx.onLoad to reattach select2() to the choice fields. However, there's a small problem. How can I prevent lag from happening between onLoad events?
Cool video,this was a problem for me in the past ,tried autocomplete light but it wasn't elegant.Django select2
Same, I had some issues with autocomplete-light. Thanks!
When is the finance tracker project demo dropping?
great stuff!,
and how to make the car field dynamically displayed (not the entire queryset, but for example, we enter letters and it is dynamically completed and we can choose an element from what we have filtered)?
Thanks!
I think select2 in the video does this? Or have I misunderstood what you mean?
@@bugbytes3923 for example: we have 500 cars (too many to display in the selection field), we enter the names and dynamically this list is completed and then we can choose what interests us
how do we implement models and select2 to allow user to add a new car that isnt in our database? in select2 documentation there is someting like "tags: true" that allows you to enter a new tag (a new car in this case) but i dont know hot to get it working with django. right now if i only add tangs:true and try to enter a new car it shows this forms error: Select a valid choice. That choice is not one of the available choices.
У тебя в field.select в post запросе должно быть это новое значение. Иначе is_valid не пропустит
sorry. aming:
if request.method == 'POST':
form = OrderForm(request.POST)
form.fields['client_company'].queryset = ClientCompany.objects.filter(client_id=client.id)
Hi, can you do the same thing crispy tailwind?
I'll look into that.
Thank
Thanks for watching!
thankyou
Thanks for watching!
Choices is better than select2 because it doesn't require jQuery
What if you have thousands of choices to choose from?say clients data.
@@repotranstech Choices allows search through fetch api.
Hello, can you explain how use select2 with dynamic formsets?
pip install django_compressor give me tutorial
I'll do something on django-compressor soonish!
thank
Thanks!