Fabian Braun

Results 459 comments of Fabian Braun

Hey Baloyou! That sounds like a caching issue, indeed. Can you raise a separate issue on https://github.com/django-cms/django-cms/issues? My hypothesis: The cache is flushed once you safe the advanced settings. But...

@krmax44 Thanks for reporting this. What styling are you using for the admin, e.g. plain Django, djangocms-admin-style, or anything else? Which css file does the `position: absolute` belong to?

@krmax44 I think the actual solution will lie elsewhere. Removing the `position` will enlargen the widget. It should fit into the space, however. The result should probably look like this:...

Yes, that might be an interesting direction to pursue. I think flexbox did not exist when the original css was created...

@Taimoor2500 This would not realyy solve the problem, just push it down the road. I would suggest to generate a random string for the last say 16 characters of the...

If you added djangocms-versioning to an existing project you should try this management command: ``` python -m manage create_versions --username ``` When djangocms-versioning is installed, it keeps track of the...

@bartTC Thank you for raising this issue. Restricting this on DB-Level will not work since snipets can be versioned in principle and there might be several versions of the same...

Would you mind testing the branch #177 to see if it works for you?

@mikemoniker I believe that's only true in Django 4.2 and earlier...