django-cms v3.7.2 Release Notes

Release Date: 2020-04-22 // almost 4 years ago
    • ➕ Added support for Django 3.0
    • ➕ Added support for Python 3.8
    • 📦 migrated from django.utils.six to the six package
    • migrated from django.utils.lru_cache to functools.lru_cache
    • migrated from render_to_response to render in cms.views
    • ➕ added cms.utils.compat.dj.available_attrs
    • ➕ added --force-color and --skip-checks in base commands when using Django 3
    • replaced staticfiles and admin_static with static
    • replaced djangocms-helper with django-app-helper
    • Wraps long page titles in Page tree/list view to prevent horizontal scrolling.