Paulo Alvarado
Paulo Alvarado
Hello, Thanks for reporting. Just to make sure, you created a new project using the manual instructions and not the installer? If so, are you able to reproduce this also...
Hello @misli, This is quite strange as we (Divio) use Postgres internally for all projects. Would you be able to supply us with a dummy project where you can reproduce...
@evildmp We need to add a note that says the cms should be used with no collation. On postgres this is ``COLLATE "C"``.
Hello @marcoacierno, Thanks for reporting this. Which database are you using? The path field is a unique field, which means that your database is not handling constraints properly. Also you're...
@marcoacierno I see you're using django 1.9 which is compatible with django cms 3.4.x
@marcoacierno rename any `cms_app` file to `cms_apps`. fix-tree won't fix the path issue, that said cms 3.4.x fixed a lot of tree corruptions. can you check if **any** unique constraint...
Was this project recently upgraded from a django version lower than 1.7?
Thanks for the update @marcoacierno. I suggest to have a look at the collation used on your database. Ordering by id will likely break your tree.
@MikeHibbert which celery / django-celery versions are you using?
@ejah Hi there, Can you post a screenshot/traceback?