zsiciarz / django-markitup

Markup handling (using Jay Salvat's MarkItUp! flexible universal markup editor) for Django
https://github.com/zsiciarz/django-markitup
BSD 3-Clause "New" or "Revised" License
47 stars 31 forks source link

Django1.9: MarkupField not saving in model forms #13

Closed ivanvenosdel closed 8 years ago

ivanvenosdel commented 8 years ago

MarkupField works fine with direct model editing but no longer works when used within a model form.

My project is reproducing it with this test (that only has issue in Django 1.9): https://github.com/WimpyAnalytics/django-andablog/blob/markup45/andablog/tests/test_entry_forms.py

Other, direct model, tests work fine in both 1.8 and 1.9. Like this one: https://github.com/WimpyAnalytics/django-andablog/blob/markup45/andablog/tests/test_models.py

Test Results from PyPI version: https://travis-ci.org/WimpyAnalytics/django-andablog/builds/97463824

ivanvenosdel commented 8 years ago

I have also tried this with django-markitup master and get the same result.