This update for python-django-ckeditor fixes the following issues:
CVE-2024-24815: Fixed bypass of Advanced Content Filtering mechanism (boo#1219720)
update to 6.7.1:
update to 6.7.0:
update to 6.6.1:
update to 6.5.1:
static()
if CKEDITOR_BASEPATH
is defined../manage.py generateckeditorthumbnails
to work again after the
image uploader backend rework.static()
during application startup.ckeditor/widget.html
template. This only affects you if you are using aSELENIUM=firefox
or
SELENIUM=chromium
environment variable.CKEDITOR_IMAGE_BACKEND
to require dotted module paths (the old
identifiers are still supported for now).