Paulo Alvarado
Paulo Alvarado
Hello @georgewhewell, Thanks for reporting this. Can you confirm how many root pages you have? ```python from cms.models import Page print Page.objects.filter(publisher_is_draft=True, parent__isnull=True).count() ``` Also, do you have the permissions...
totally agree :+1:
Agree with @yakky, would need a test for this.
Hello @philippze, Thanks for the contribution. Given the nature of this change, we're planning to release it with the 3.5.0 release. I'm planning to review this thoroughly at PyCon (2...
Small update.. I have started the review, but this is going to take some time.
Hello, Thanks for reporting this. The PlaceholderAdminMixin doesn't actually display language tabs, it hasn't done so in a long time. Sadly the [documentation](https://djangocms.readthedocs.io/en/latest/how_to/placeholders/#i18n-placeholders) is out of date.
Hello @fsbraun, Thanks for reporting. As you mentioned, there's two parts to this. One is the db error that is raised when copying a page that contains another page with...
Thanks @sephii, Traced back to https://github.com/divio/django-cms/pull/2736
Hello @jrief, I agree, this is not good practice and makes maintaining the tests harder as the plugin dependencies can break the cms tests. Historically these plugins were embedded in...
Hello @vstoykov, Can you check the release/3.5.x branch? A fix related to menus and selected nodes is in there. Just to make sure is not the same.