derek-schaefer / django-json-field

Generic JSON model and form fields.
BSD 3-Clause "New" or "Revised" License
122 stars 86 forks source link

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

Open marcinn opened 6 years ago

marcinn commented 6 years ago

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.