django-quill
django-quill copied to clipboard
django-quill not compatible with django 1.11
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: https://github.com/django-ckeditor/django-ckeditor/pull/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