pydanny / django-wysiwyg

A Django application for making Django textareas rich text editors. Certainly as a template tag and possibly as a form widget.
http://django-wysiwyg.readthedocs.org
MIT License
465 stars 63 forks source link

Use the new destroy method in Redactor 10 #52

Closed ayeowch closed 9 years ago

ayeowch commented 9 years ago

This fixes https://github.com/pydanny/django-wysiwyg/issues/51 See http://imperavi.com/redactor/docs/api/core/#api-destroy for the new destroy method in Redactor 10.

pydanny commented 9 years ago

Want me to release this on PyPI?

ayeowch commented 9 years ago

Thanks for the merge! Yes, it would be great if you can release this on PyPI as we are using the standard pip install to use this package.

pydanny commented 9 years ago

Released as 0.7.1: https://pypi.python.org/pypi/django-wysiwyg

Where do you use the library? Just curious.

ayeowch commented 9 years ago

Thanks for releasing it to PyPi! That was quick :) At the moment, we are using it with Redactor in Django admin for a client project.