From b0b364166ebd74e1e9480214e9e7da75ac9dc667 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Mon, 16 Sep 2024 14:27:00 +0200 Subject: [PATCH] :fire: Drop the django-ckeditor recommendation (#284) django-ckeditor is deprecated and uses CKEditor 4 which has unfixed security issues, it hasn't been a good recommendation for some time. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 732b44d..edbcdcc 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,6 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### Editors -- [django-ckeditor](https://github.com/shaunsephton/django-ckeditor) - Django admin CKEditor integration. - [django-markdownx](https://github.com/adi-/django-markdownx) - Comprehensive Markdown plugin built for Django. - [django-markdown-editor](https://github.com/agusmakmun/django-markdown-editor) - Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI. - [django-business-logic](https://github.com/dgk/django-business-logic) - Visual DSL framework for Django.