django-cms v3.3.3 Release Notes

    • ๐Ÿ›  Fixed a bug where where the plugin picker would display the plugin names translated in the request language instead of the user's language.
    • ๐Ÿ›  Fixed a bug which raised an exception when the AdvancedSettingsForm failed validation on certain fields.
    • ๐Ÿ›  Fixed a bug with widgets not initialising correctly sometimes
    • ๐Ÿ›  Fixed a tree corruption when moving a published page under a published one.
    • ๐Ÿ›  Fixed a tree corruption caused by fix-tree when an unpublished page is parent to a published page.
    • ๐Ÿ›  Fixed an error when publishing a page that has an unpublished child page who is parent to a published page.
    • ๐Ÿ›  Fixed a bug where moving a published page under a page marked as pending publishing is left as published instead of being marked as pending publishing.
    • ๐Ÿ›  Fixed AttributeError when using create_page in management command
    • ๐Ÿ›  Fixed a bug in getting the language from current request which can cause error 500
    • API functions are now atomic by design (use the @atomic decorator)
    • ๐Ÿ›  Fixed a bug where a Page was created with it's languages field set to None.