Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 3.0 compatibility fix #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

coredumperror
Copy link

Django 3.0 added a renderer kwarg to Widget.render(), which was causing CKEditorWidget to crash when the form is rendered. This fixes the problem, and django-suit-ckeditor is now fully functional in Django 3.0, as far as I can tell.

@coredumperror
Copy link
Author

Note that this PR actually makes almost the same change as #15, but goes one step further and sends along the renderer argument to the super-class's render() method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant