jpartogi / django-wmd-editor

Pluggable wmd editor wrapper for django apps
BSD 3-Clause "New" or "Revised" License
53 stars 15 forks source link

MarkDownField not compatible with south #15

Open fsareshwala opened 13 years ago

fsareshwala commented 13 years ago

The MarkDownField is not compatible with the South schema migration system. Likely, we have to write an introspection rule as is described on http://south.aeracode.org/wiki/MyFieldsDontWork - If I get some time, I'll write it myself but wanted to report it in case you didn't know about it yet.