__init__.py
migration.py
models.py
setup.py
South.egg-info/PKG-INFO
South.egg-info/SOURCES.txt
South.egg-info/dependency_links.txt
South.egg-info/top_level.txt
db/__init__.py
db/generic.py
db/mysql.py
db/postgresql_psycopg2.py
db/sqlite3.py
db/sql_server/__init__.py
db/sql_server/pyodbc.py
docs/CHANGELOG
docs/CONTRIBUTING
docs/LICENSE
docs/README
management/__init__.py
management/commands/__init__.py
management/commands/migrate.py
management/commands/startmigration.py
management/commands/syncdb.py
management/commands/test.py
tests/__init__.py
tests/db.py
tests/logic.py
tests/fakeapp/__init__.py
tests/fakeapp/models.py
tests/fakeapp/migrations/0001_spam.py
tests/fakeapp/migrations/0002_eggs.py
tests/fakeapp/migrations/0003_alter_spam.py
tests/fakeapp/migrations/__init__.py