Re: Microsoft Teams Free Download Mac

2023-12-08 Thread 'Kasper Laudrup' via Django users
On 06/12/2023 19.29, Eliezer reuven Ramirez ruiz wrote: Why did you send that? , I've checked the URL and that has a virus. maybe you know that but I don't stupid my son, look for some other people. No reason to waste your time replying to things like this. It's most likely a bot. Just for

Django-4.2.8, django-crispy-forms-2.1, checkboxes not return a list

2023-12-08 Thread b...@tanners.org
I have a Django ModelForm (below) that I include a customized html snipped. And I am using django-crispy forms. Added the clean() method to help explain my problem. ```python class ProfileForm(forms.ModelForm): self.helper.layout = Layout( Fieldset( "Triage {{ settings.triage }}",