Expand Django support to 1.8
Opened this issue · 2 comments
g3rd commented
Expand Django support to 1.8
Mortal commented
I've just started using django-mediumeditor in a Django 1.8 project called regnskab with these settings, setting the widget
of a CharField
to MediumEditorTextarea
and including {{ form.media }}
in the template.
It seems to work just fine in my limited testing. Are there any hidden ways in which it might subtly fail in production?
g3rd commented
Not that I know of. It mainly just needed some testing.