django-ckeditor
django-ckeditor copied to clipboard
Update to 4.4.4 from 4.4.0 fails
I just tried updating from 4.4.0 to 4.4.4 but ckeditor is no longer working. I added the new CKEDITOR_JQUERY_URL variable to settings.py but that didn't solve it, is there anything else that has changed?
You should use django-ckeditor==4.4.7 now, as this fork got merged to upstream. There were some JS fixes inbetween that may be related to your problems probably.