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

Confirm this works with Django 1.5 and Python 3.3 #36

Open pydanny opened 11 years ago

chriscohoat commented 11 years ago

I can't speak to Python 3.3 yet, but I am using it with Django 1.5 and Python 2.7.3 and it works flawlessly.

thomas-cabral commented 10 years ago

This does indeed work, however the PyPi package seems to be missing the python 3 changes still. If this is just waiting on confirmation that it is working, you are all set.

Python 3.3 and Django 1.6.4

pydanny commented 10 years ago

It looks like we need to push up the latest version. @vdboor, is this ready for a PyPI release?