django-cms v3.8.0 Release Notes

Release Date: 2020-10-28 // over 3 years ago
    • 👍 Introduced support for Django 3.1
    • ⬇️ Dropped support for Python 2.7 and Python 3.4
    • ⬇️ Dropped support for Django < 2.2
    • ✂ Removed djangocms-column from the manual installation instructions
    • ✂ Removed duplicate attr declaration from the documentation
    • 🛠 Fixed a reference to a wrong variable in log messages in utils/conf.py
    • 🛠 Fixed an issue in wizards/create.html where the error message did not use the plural form
    • 👌 Improved documentation building
    • ⚡️ Updated the content for django CMS’s development community
    • Replaced all occurrences of force_text and smart_text against force_strand smart_str.