-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Labels
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.
mikejarrett, JanBednarik, aztrock, kyrollos-saad, Allan-Nava and 6 more