.. _upgrade-to-4.1.9: ******************* 4.1.9 release notes ******************* *September 30, 2025* .. warning:: Upgrading from previous versions django CMS 4.1 is the **first community release** of django CMS 4. Django CMS 4 introduces changes that **require** action if you are upgrading from a 3.x version. Please read the step-by-step guide to the process of upgrading from 3.5+ to 4 here: :ref:`upgrade-to-4.0` Welcome to django CMS 4.1.9! Django and Python compatibility =============================== django CMS supports **Django 3.2 to 5.2**. We highly recommend and only support the latest release of each series. It supports **Python 3.9, 3.10, 3.11, and 3.12**. As for Django we highly recommend and only support the latest release of each series. What's new in 4.1.8 =================== Bug Fixes: ---------- * Wrong placeholders rendered when using apphooks with own placeholder (4f68ba794) -- Fabian Braun * copy lang management command - include PageUrl (#7548) -- Fabian Braun * Migration 0033 failed when empty placeholder objects were not present in the db (#8340) (c7c0b7a35) -- Fabian Braun * Allow lazy wizard initialization (#8266) (#8283) -- Fabian Braun Statistics: ----------- This release includes 6 pull requests, and was created with the help of the following contributors (in alphabetical order): * Fabian Braun (3 pull request) * Github Release Action (3 pull requests) With the review help of the following contributors: * Vinit Kumar Thanks to all contributors for their efforts!