I my models I have a JSON Field and I want to get a particular key value 
from json field in using values().
assume my JOSN Field data is like
   {'key1':value1,'key2':value2,'key3':value3}

eg: MyModel.objects.values( "field1", "field2", "key1(which is present in 
json field)" )

Is there any way to get json field key value directly or how can I override 
the functionality of values() method.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4620ccf9-2945-4776-88f5-89c396d718dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to