Django CMS not changing child page slugs after parent slug is changed
I have a problem where the url slug for a section of a website has been changed using the CMS admin interface, and now the children pages which are descended from it still have the old (incorrect) slug in their urls, leading to 404 errors. How can the child page slugs be updated to reflect the new, correct parent page slug?