An open API service indexing awesome lists of open source software.

https://github.com/django-cms/djangocms-ecosystem

Overview of the officially endorsed django CMS packages
https://github.com/django-cms/djangocms-ecosystem

Last synced: 6 months ago
JSON representation

Overview of the officially endorsed django CMS packages

Awesome Lists containing this project

README

          

# Officially endorsed django CMS packages

This file provides a comprehensive overview of the officially endorsed django CMS packages,
including their compatibility with different versions of django CMS, Django, and Python. It also
details the feature-freeze dates for various versions of django CMS.

Most importantly, it lists current officialy endorsed CMS packages, their descriptions,
compatibility, and development status. The document further includes information on related
Django packages and third-party packages, along with their compatibility and repository links.

## django CMS
This chapter provides overview over the major django CMS versions, corresponding Long-Term
Support (LTS) in accordance to which Django LTS version, and actual or planned feature freezes.
### django CMS x.x
* LTS: 6.2
* feature-freeze: February 2027
### django CMS 5.0
* LTS: 5.2
* django: 4.2, 5.0, 5.1, 5.2
* python: 3.9, 3.10, 3.11, 3.12, 3.13
* feature-freeze: February 2025
### django CMS 4.1
* LTS: 4.2
* django: 4.2, 5.0, 5.1, 5.2
* python: 3.9, 3.10, 3.11, 3.12, 3.13
* feature-freeze: September 2023
### django CMS 3.11
* LTS: 3.2, 4.2
* django: 4.2, 5.0, 5.1
* python: 3.9, 3.10, 3.11, 3.12
* feature-freeze: September 2023
### django CMS 3.8
* LTS: 2.2
* feature-freeze: October 2020
### django CMS 3.7
* LTS: 2.2
* feature-freeze: June 2020

## CMS packages
These packages are officially endorsed by the django CMS Association.
### djangocms-alias
Universial alias plugin for all contents that needs to be repeated within a project.
* django CMS: 4.1, 5.0
* grade: production
* repo: https://github.com/django-cms/djangocms-alias
### djangocms-attribute-fields
An opinionated implementation of JSONField for arbitrary HTML element attributes.
* django CMS: 3.11, 4.1, 5.0
* grade: production
* repo: https://github.com/django-cms/djangocms-attributes-field
### djangocms-audio
django CMS Audio is a set of plugins for django CMS. That allow you to publish audio files on your site.
* django CMS: 3.11, 4.1, 5.0
* grade: production
* repo: https://github.com/django-cms/djangocms-audio
### djangocms-bootstrap4
django CMS Bootstrap 4 is a plugin bundle for django CMS providing several components from the popular Bootstrap 4 framework.
djangocms-frontend offers an automatic migration.
* django CMS: 3.11, 4.1, 5.0
* grade: production
* deprecated: 01/2024
* repo: https://github.com/django-cms/djangocms-bootstrap4
### djangocms-blog
django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
* django CMS: 4.1, 5.0
* grade: beta
* repo: https://github.com/fsbraun/djangocms-blog
### djangocms-form-builder
Flexible HTML forms for your django CMS projects
* django CMS: 3.11, 4.1, 5.0
* grade: alpha
* repo: https://github.com/django-cms/djangocms-form-builder
### djangocms-frontend
django CMS Frontend facilitates the easy creation of reusable frontend components. It supports any CSS framework.
For immediate use, it includes a comprehensive set of Bootstrap 5 components and templates.
* django CMS: 3.11, 4.1, 5.0
* grade: production
* repo: https://github.com/django-cms/djangocms-frontend
### djangocms-link
Universal link plugin - allows intuitive in-text linking to all known linkable objects (starting with CMS pages).
Provides a django CMS link field and widget for developers to use in custom content elements. Compatible with
(and enabled in) djangocms-text.
* django CMS: 3.11, 4.1, 5.0
* grade: production
* repo: https://github.com/django-cms/djangocms-link
### djangocms-maps
A universal maps plugin for django CMS, supporting all major map providers.
* django CMS: 3.11
* grade: production
* repo: https://github.com/Organice/djangocms-maps
### djangocms-moderation
Moderation workflows for django CMS and django CMS versioning.
* django CMS: 4.1, 5.0
* grade: production
* repo: https://github.com/django-cms/djangocms-moderation
### djangocms-modules
Reusable user-configured components (made of existing plugins)
* django CMS: 3.1
* grade: production
* repo: https://github.com/django-cms/djangocms-modules
### djangocms-picture
django CMS Picture is a plugin for django CMS that allows you to add images on your site.
* django CMS: 3.11, 4.2
* grade: production
* repo: https://github.com/django-cms/djangocms-picture
### djangocms-rest
djangocms-rest enables frontend projects to consume django CMS content through a browseable read-only, REST/JSON API.
It is based on the django rest framework (DRF).
* django CMS: 4.1, 5.0
* grade: beta
* * repo: https://github.com/django-cms/djangocms-rest
### djangocms-snippet
django CMS Snippet provides a plugin for django CMS to inject HTML, CSS or JavaScript snippets into your website.
* django CMS: 3.11, 4.1, 5.0
* grade: production
* repo: https://github.com/django-cms/djangocms-snippet
### djangocms-text
Text Plugin for django CMS using Tiptap (or any other text editor of your choice)
* django CMS: 3.11, 4.1, 5.0
* grade: beta
* repo: https://github.com/django-cms/djangocms-text
### djangocms-text-ckeditor
Text Plugin for django CMS using CKEditor 4 (now sunset)
* django CMS: 3.11, 4.1, 5.0
* grade: production
* deprecated: 04/2025
* repo: https://github.com/django-cms/djangocms-text-ckeditor
### djangocms-transfer
Import/Export (JSON) for page contents
* django CMS: 3.11, 4.1, 5.0
* grade: beta
* repo: https://github.com/django-cms/djangocms-transfer
### djangocms-versioning
Adds version management for django CMS pages and other packages supporting versioning.
* django CMS: 4.1, 5.0
* grade: production
* repo: https://github.com/django-cms/djangocms-versioning
### djangocms-video
django CMS Video is a set of plugins for django CMS that allow you to publish video content on your site.
* django CMS: 3.11, 4.1, 5.0
* grade: production
* repo: https://github.com/django-cms/djangocms-video

## Django packages
These Django packages are officially endorsed by the django CMS Association.
### django-filer
File and Image Management Application for django
* django: 4.2, 5.0, 5.1, 5.2
* grade: production
* repo: https://github.com/django-cms/django-filer

### django-sekizai
Django Template blocks with extra functionality to manage CSS and JS
* django: 4.2, 5.0, 5.1, 5.2
* grade: production
* repo: https://github.com/django-cms/django-sekizai
### django-classy-tags
Class-based template tags for django
* django: 4.2, 5.0, 5.1, 5.2
* grade: production
* repo: https://github.com/django-cms/django-classy-tags

## Third-party packages
### djangocms-blog
django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
* django CMS: 3.11
* grade: production
* repo: https://github.com/nephila/djangocms-blog

## Third-party Django packages

## Django timelines
### 6.2
* end-of-support: 03/2030
### 6.1
* end-of-support: 12/2027
### 6.0
* end-of-support: 03/2027
### 5.2
* end-of-support: 03/2028
### 5.1
* end-of-support: 12/2025
### 5.0
* end-of-support: 03/2025
### 4.2
* end-of-support: 03/2026
### 3.2
* end-of-support: 03/2024
### 2.2
* end-of-support: 03/2022
### 1.11
* end-of-support: 03/2020