jamesturk / django-markupfield

📑 a MarkupField for Django

Home Page:http://pypi.python.org/pypi/django-markupfield

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Modelform not saving field (Django 1.9)

gbozee opened this issue · comments

I just ran into an issue saving a markupfield from django admin. But the field isn't updated instead, it escapes the existing rendered value. Saving the field manually works but not when using django model forms.

Do you think it'd be possible to reproduce (either via a test or via a
stripped down version of your code that demonstrates the issue?)?

On Tue, Mar 29, 2016 at 10:49 AM, Abiola notifications@github.com wrote:

I just ran into an issue saving a markupfield from django admin. But the
field isn't updated instead, it escapes the existing rendered value. Saving
the field manually works but not when using django model forms.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#39

Looks like the error I ran into has been fixed in the latest pip version. Sorry for any inconvenience