python-django-evolution

Implementation of schema evolution for the Django web framework
  http://code.google.com/p/django-evolution/
  0
  no reviews



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.

Django Evolution is a work in progress; the interfaces are not guaranteed to be stable, and the SQL that is generated may sometimes be in error.