Fabian Braun

Results 459 comments of Fabian Braun

`djangocms-admin-style` is still a requirement for django-cms.

@ahcm I cannot reproduce this. Can you give some version info?

Any other packages updated that might interfere with the admin?

Yes, filer does define them: * https://github.com/django-cms/django-filer/blob/cce13d2ac69dd88b600a6b7c956789b53ebbf017/filer/admin/fileadmin.py#L61 * https://github.com/django-cms/django-filer/blob/cce13d2ac69dd88b600a6b7c956789b53ebbf017/filer/admin/folderadmin.py#L64 * `ImageAdmin` does inherit it from `FileAdmin` * https://github.com/django-cms/django-filer/blob/cce13d2ac69dd88b600a6b7c956789b53ebbf017/filer/admin/permissionadmin.py#L15 Some other code in your projects might be tempering with this. Have...

@rzwink Thanks for the explanation!

@anjanpa The only other solution I can think of is removing the auto complete if if user model's admin does not have `search_fields` defined. Would you like to come up...

@stefanw Nice work, thank you! Did you test the widgets?

I believe that somewhere between Django 3.2 and 4.2, the `add-another` class was replaced by the `addlink` class. So, potentially, this is an additional bugfix to actually make the icons...

@stefanw Oh, yes, indeed! Shall we also add a `system_check_removed_details ` message, e.g.: ``` system_check_removed_details = { "msg": ( "PlaceholderField is for django CMS versions below 4 only. It may...