Lukas Kahwe Smith

Results 397 comments of Lukas Kahwe Smith

I know this issue has been closed but https://developer.microsoft.com/en-us/graph/graph-explorer?tenant=contoso.onmicrosoft.com doesn't work for me to switch the tenant. also doesn't work when I use the directory ID in plance of the...

I was now able to switch using the name using inconito mode.

would also be interested to learn about this.

Possible fix would be ``` {% extends "admin/change_list.html" %} {% block object-tools-items %} {% if has_add_permission %} {{ block.super }} {% endif %} {% endblock %} ```

I have not but I suspect it should have the same issue as the relevant template remains unchanged: https://github.com/django-import-export/django-import-export/blob/release-4/import_export/templates/admin/import_export/change_list.html Note I can fix it by overriding the template with the...

thank you for reaching out. I am currently not persuing the topic anymore. Note I just checked my commit when I added grappelli to my project and I don't see...

I have made some progress ``` response = DynamicField( forms.JSONField, initial = get_json(f"/foo?bar") ) ``` Now the question is how can I get access to the obj instance.

So I think I have a working solution ``` class TrainingSentenceForm(DynamicFormMixin, forms.ModelForm): response = DynamicField( forms.JSONField, disabled=True, required=False, initial=lambda form: None if form.initial is None or "text" not in form.initial...

fixed via https://github.com/FriendsOfSymfony/FOSCKEditorBundle/pull/258

this needs a rebase in case it is still relevant