Class DeserializedObject
A deserialized model.
Declaration
class DeserializedObject
source linkDocumentation
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.)
Methods
▷ def __init__(self, obj, m2m_data=None, deferred_fields=None) ▷ def save(self, save_m2m=True, using=None, **kwargs)