Class MigrationWriter
Take a Migration instance and is able to produce the contents of the migration file from it.
Declaration
class MigrationWriter
source linkDocumentation
Methods
▷ def __init__(self, migration, include_header=True) ▷ def as_string(self) Return a string of the file contents.
@property
def basedir(self)
@property
def filename(self)
▷ def path(self) @property
Class methods
@classmethod
def register_serializer(
cls,
type_,
serializer,
)
@classmethod
def serialize(
cls,
value,
)
@classmethod
def unregister_serializer(
cls,
type_,
)
Reexports