coremke/django-quill

django-quill not compatible with django 1.11

Opened this issue · 2 comments

Hi, I'm trying to get this work on django 1.11 without any success

I suppose you should include more details.

In any case, some suggestions to the maintainer after taking a quick look:

quill/widgets.py, ln 3:

from django.forms.utils import flatatt

quill/admin.py, ln 3, 17:

from django.conf.urls import url
...
urls = (

Also: django-ckeditor/django-ckeditor#364

I managed to made all changes to make it run on my machine with Django 2.1. But I am not a professional Django developer, though there might be some flaws.
See pull request #12 or this fork:
https://github.com/ToppAce/django-quill