mazelife / django-redactor

Project has been forked & renamed! See the README. Integrates the Redactor Javascript WYSIWYG editor in Django.
Other
63 stars 27 forks source link

Update redactor/widgets.py #13

Closed artscoop closed 11 years ago

artscoop commented 11 years ago

Remove the inclusion of jquery in the widget.

mazelife commented 11 years ago

See my comments on issue #12. I don't think this is the right way to go as it's backwards-incompatible and may well break django-redactor for users when they upgrade. However, I propose a solution that I think will work in that ticket and can implement it in short order if it looks like it will meet the same need.