django-mediumeditor
django-mediumeditor copied to clipboard
Expand Django support to 1.8
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?
Not that I know of. It mainly just needed some testing.