RunSQL.noop Pass the RunSQL.noop attribute to sql or reverse_sql when you want the operation
class RunPython(code, reverse_code=None, atomic=None, hints=None, elidable=False) [source] Runs
class RenameModel(old_name, new_name) [source] Renames the model from an old name to a new
class DeleteModel(name) [source] Deletes the model from the project history and its table
class RenameField(model_name, old_name, new_name) [source] Changes a field’s name (and, unless
class RemoveField(model_name, name) [source] Removes a field from a model.
class RunSQL(sql, reverse_sql=None, state_operations=None, hints=None, elidable=False) [source] Allows
Page 2 of 2