3.4.4 release notes

    Backward incompatible changes

    • reset_to_live This internal method was removed and replaced with revert_to_live.

    Because of a performance issue with placeholder inheritance, we’ve altered the return value for the following internal placeholder utility functions:

    • cms.utils.placeholder.get_placeholders This will now return a list of DeclaredPlaceholder instances instead of a list of placeholder slot names. You can get the slot name by accessing the attribute on the DeclaredPlaceholder instance.