App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine._internal.django.core.serializers.base.DeserializedObject Class Reference
Inheritance diagram for google.appengine._internal.django.core.serializers.base.DeserializedObject:

Public Member Functions

def __init__
 
def __repr__
 
def save
 

Public Attributes

 object
 
 m2m_data
 

Detailed Description

A deserialized model.

Basically a container for holding the pre-saved deserialized data along
with the many-to-many data saved with the object.

Call ``save()`` to save the object (with the many-to-many data) to the
database; call ``save(save_m2m=False)`` to save just the object fields
(and not touch the many-to-many stuff.)

The documentation for this class was generated from the following file: