pydanny / django-wysiwyg

A Django application for making Django textareas rich text editors. Certainly as a template tag and possibly as a form widget.

Home Page:http://django-wysiwyg.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip and easy_install old version

qgriffith-zz opened this issue · comments

Using just pip install django_wysiwyg and easy_install django-wysiwyg both download the 0.10 version.

I stumbled into the same issue.

The current 0.1 does not work in Django 1.2 (due to quotes in {% load "wysiwyg" %}), and doesn't support different editors.

Please release a 0.2 version!

I think this is fixed now! Please let me know so I can close the ticket. :)

This reminds me, I still have to document the JavaScript API I have added.
Can you allow another week to do this, so the release can be made afterwards?

I've added the documentation, it's in pull request #8