Open
Description
Hi
I am trying to use the Django models JSONField but because its structure can be changed I am not sure of its properties. Is there anyway I can avoid setting them when using a ObjectField? Or can you think of any other solutions?
Without setting properties like below the following happens
attributes = fields.ObjectField()
"attributes": [
{
},
{
}
],
You package has saved me so much time, thanks.