class DeserializedObject:
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.)
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | save |
Undocumented |
Method | save_deferred_fields |
Undocumented |
Instance Variable | deferred_fields |
Undocumented |
Instance Variable | m2m_data |
Undocumented |
Instance Variable | object |
Undocumented |