I ran makemigrations and then ran migrate on django project. But due to some complications the migrations could not be completed and stopped in between.
What is the easiest way to revert the database to earlier state or undo changes of the unfinished migration.
I am using django 1.10 but I think same applies with versions of django after 1.6