1👍
I am assuming title
is the key
in the JSONField
myObj = MyModel.objects.get(myjson__contains={'title':'Title'})
Source:stackexchange.com
1👍
I am assuming title
is the key
in the JSONField
myObj = MyModel.objects.get(myjson__contains={'title':'Title'})