Field note
What it does
Migration files are composed of Operation objects that declaratively record what a migration should do to the database; Django also uses them to compute historical model state and autodetect changes.
Capabilities
Available capabilities
Tags
Tags
Ways to use it
Ways to use it
python / django