Fabian Braun

Results 459 comments of Fabian Braun

Hi @last-partizan ! Firstly, thanks so much for fixing this and secondly for reporting back. This is really helpful. I've been thinking about this and am tempted to create an...

I'll raise the issue with Django and see if it gets traction. The more I think about it the more I come convinced it belongs there. It's Django that makes...

@last-partizan @benzkji Here's the Django ticket: https://code.djangoproject.com/ticket/35735

Fix for django CMS would to let `__class_getitem__` raise a `TypeError` for `CMSPluginBase´.

@last-partizan @benzkji Django 5.2 will fix the issue on Django's side: https://github.com/django/django/pull/18547 There will be no backport to earlier Django versions.

I reopen this issue, although django-modeltranslation's latest version has a workaround for django CMS. The source of the issue is[ a bug in Django's template engine](https://github.com/django/django/pull/18547), which will be fixed...

@dkoenigroer Quickly looking into this, have you considered to create some glue code such as `dismissRelatedImageLookupPopup` in https://github.com/django-cms/django-filer/blob/master/filer/static/filer/js/addons/popup_handling.js `dismissRelatedImageLookupPopup` receives a thumbnail URL at least: https://github.com/django-cms/django-filer/blob/58b017d5a5158fcc54de95f497885bfb4fbf0271/filer/static/filer/js/addons/popup_handling.js#L22-L28 Your code might process...

I think that’s a good idea. Would you like to propose something for the docs? > Am 22.01.2025 um 12:05 schrieb Dag Königrör ***@***.***>: > > > Oh i see....

@rcooke Thanks for pointing this out! It is, indeed, outdated. I tend towards removing the `` completely to keep a uniform codebase for django CMS 3 and 4 for the...

Sorry, I cannot reproduce. Can you give a more specific description? Text-enabled plugins work fine for me, both when editing inline and from the change plugin modal.