django-evolution is a response to schema evolution for django models. A quote from the website:

Django Evolution is an extension to Django that allows you to track changes in your models over time, and to update the database to reflect those changes.

Notes:

  • A Wiki page on the django website discussing how to implement schema evolution.
  • Another tool for django migration: DbMigration