Jakub Dorňák
Jakub Dorňák
Unfortunately, the result is the same even using the installer. Both creating a subpage or moving a page under another one fails. I'll try to investigate, why it is happening.
I have found that the problem is with postgres ordering of varchars. The query `SELECT '00010001' BETWEEN '00010000' AND '0001ZZZZ'` returns true in sqlite, but false in postgres ('Z' <...
So the solution was following: `ALTER TABLE public.cms_page ALTER COLUMN path TYPE character varying(255) COLLATE pg_catalog."C";` It would be great if treebeard took care about collation on columns, for which...
Well, it took me some time, but I have finally found it. As I have written in the previous comment, the collation matters. You haven't encountered this issue, as You...

I've found that it only happens with Django 2. Following patch works for me, but it is obviously not backwards compatible: --- bootstrap_admin/templates/admin/edit_inline/tabular.html.orig 2018-11-29 20:54:55.766817156 +0100 +++ bootstrap_admin/templates/admin/edit_inline/tabular.html 2018-11-29 21:11:30.891857420...
OK, but we need to specify it more precisely. Should such .repo be part of the RPM we already have or shell I add another RPM? If I add new...