Sunday, April 28, 2013

Exclude the only specific field from django serialization

MyModel._meta.get_field('my_field').serialize = False

No comments:

Post a Comment