module documentation

Undocumented

Function deconstructible Class decorator that allows the decorated class to be serialized by the migrations subsystem.
def deconstructible(*args, path=None):

Class decorator that allows the decorated class to be serialized by the migrations subsystem.

The path kwarg specifies the import path.