Class DeserializedObject

A deserialized model.

Declaration

class DeserializedObject
source link

Documentation

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