derek-schaefer / django-json-field

Generic JSON model and form fields.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

field default set to 'null' is breaking support form modelform's initial data

marcinn opened this issue · comments

https://github.com/derek-schaefer/django-json-field/blob/master/json_field/fields.py#L162

default from model's field has higher priority than form field's initial property.