Class MigrationAutodetector

Take a pair of ProjectStates and compare them to see what the first would need doing to make it match the second (the second usually being the project's current state).

Declaration

class MigrationAutodetector
source link

Documentation

Note that this naturally operates on entire projects at a time,
as it's likely that changes interact (for example, you can't
add a ForeignKey without having a migration to add the table it
depends on first). A user interface may offer single-app usage
if it wishes, with the caveat that it may not always be possible.

Methods

Class methods

Reexports