How do you serialize a model instance in Django?

Posted by Jason Christa on Stack Overflow See other posts from Stack Overflow or by Jason Christa
Published on 2009-04-16T16:47:31Z Indexed on 2010/04/11 15:23 UTC
Read the original article Hit count: 239

Filed under:
|
|
|
|

There is a lot of documentation on how to serialize a Model QuerySet but how do you just serialize to json the fields of a Model Instance?

© Stack Overflow or respective owner

Related posts about python

Related posts about django