django_evolution.mutators

Mutators responsible for applying mutations.

Changed in version 2.2: The classes have all been moved to nested modules. This module will provide forwarding imports, and will continue to be the primary place to import these mutations.

AppMutator

Tracks and runs mutations for an app.

ModelMutator

Tracks and runs mutations for a model.

SQLMutator

A mutator that applies arbitrary SQL to the database.