Fabian Braun

Results 457 comments of Fabian Braun

I see the confusion now. The **docs are wrong**: https://github.com/django-cms/django-cms/blob/19ef774c1f17a75d1e5b4c6006ad089bfbb0abe0/docs/how_to/18-extending_page_contents.rst?plain=1#L270-L279 `get_pagecontent_obj` needs to be `get_content_obj`!

@macolo Draging is still fully controlled by `allowed_parents` and `allowed_children`. This means I could change the order of columns or move a column to a different row. But I should...

@macolo I have now implemented drag-disabling in principle (CSS and JS side). Shall we go for another plugin option that disables drag for child plugins? It would also need to...

@jmit-modern If you are upgrading from django CMS version 3.11, please read https://www.django-cms.org/en/blog/2023/12/26/upgrade-to-django-cms-4/ and use the migration tool found here: https://github.com/django-cms/djangocms-4-migration **You might still need to do some manual adjustments...

Interesting! A few thoughts: 1. I would expect the Django ORM to add the `GROUP BY` clause automatically. Not sure why this does not happen. Can you retrieve the full...

@jmit-modern Great, that it worked for you. I am still puzzled why this happens. Would you like to create a PR adding the `only()` clause?

@marksweb Do you have an idea what is causing this issue - which apparently does not always happen, given the many successful migrations...

It seems that some fixes have been made to the Postgres backend in Django 4.2.7 ff. m exact version are you using?

Can you try Django 4.2.22 - the latest release from the 4.2 branch?