django-quill icon indicating copy to clipboard operation
django-quill copied to clipboard

django-quill not compatible with django 1.11

Open helioascorreia opened this issue 7 years ago • 2 comments

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

helioascorreia avatar May 22 '17 14:05 helioascorreia

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

Wtower avatar Jun 05 '17 18:06 Wtower

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

ToppAce avatar Sep 24 '18 21:09 ToppAce