aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-06-06 07:56:58 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-06-06 07:56:58 +0000
commiteac417069c468d0ca1b04abfe1d005c674940855 (patch)
tree511c5d65b13ab2e3f1c7a22b45df8cee599a1880
parent6823d799429fd75c2278d6433872007cd67ca6dd (diff)
Notes
-rw-r--r--databases/py-south/Makefile5
-rw-r--r--databases/py-south/distinfo6
-rw-r--r--databases/py-south/pkg-plist343
3 files changed, 306 insertions, 48 deletions
diff --git a/databases/py-south/Makefile b/databases/py-south/Makefile
index d49daf0602fc..b6a2c5a4ac2e 100644
--- a/databases/py-south/Makefile
+++ b/databases/py-south/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= south
-PORTVERSION= 0.5
+PORTVERSION= 0.7.1
CATEGORIES= databases python
MASTER_SITES= http://www.aeracode.org/releases/south/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= count@211.ru
COMMENT= This is South, intelligent schema migrations for Django apps
+LICENSE= ASL
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
PYDISTUTILS_PKGNAME= South
diff --git a/databases/py-south/distinfo b/databases/py-south/distinfo
index f41ff470e2dc..0c6edbc6723d 100644
--- a/databases/py-south/distinfo
+++ b/databases/py-south/distinfo
@@ -1,3 +1,3 @@
-MD5 (south-0.5.tar.gz) = 5a7c6396858d45b53ab01ba429587043
-SHA256 (south-0.5.tar.gz) = 803ff31f3828e558d2ed8b12c9e36d0a1a08a00493a7e33d89d3e44a17abf3d3
-SIZE (south-0.5.tar.gz) = 40942
+MD5 (south-0.7.1.tar.gz) = 9368b8e7ff73a0a0a267d81092d4a789
+SHA256 (south-0.7.1.tar.gz) = cda14db81b6a7ca85937f2d558cc129729a1429b2536562d8defa1090b56d692
+SIZE (south-0.7.1.tar.gz) = 108758
diff --git a/databases/py-south/pkg-plist b/databases/py-south/pkg-plist
index a1d352168ded..13b31cc63ba0 100644
--- a/databases/py-south/pkg-plist
+++ b/databases/py-south/pkg-plist
@@ -1,92 +1,347 @@
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/modelsparser.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/models.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/exceptions.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/logger.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/models.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/modelsinspector.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/orm.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/modelsparser.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/models.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/signals.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/exceptions.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/logger.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/models.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/modelsinspector.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/orm.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/signals.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/actions.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/changes.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/freezer.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/actions.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/changes.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/freezer.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/actions.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/changes.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/freezer.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/__init__.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/generic.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/mysql.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/oracle.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/__init__.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/generic.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/mysql.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/oracle.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/pyodbc.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/pyodbc.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/pyodbc.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/__init__.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/generic.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/mysql.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/oracle.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/__init__.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/__init__.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/convert_to_south.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/datamigration.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/graphmigrations.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/schemamigration.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/startmigration.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/testserver.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/convert_to_south.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/datamigration.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/graphmigrations.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/schemamigration.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/startmigration.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/testserver.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/convert_to_south.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/datamigration.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/graphmigrations.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/schemamigration.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/startmigration.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/testserver.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/__init__.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/modelsparser.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/annoying_autoonetoone.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_objectpermissions.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_tagging.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_taggit.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/geodjango.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/annoying_autoonetoone.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_objectpermissions.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_tagging.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_taggit.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/geodjango.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/annoying_autoonetoone.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_objectpermissions.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_tagging.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_taggit.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/geodjango.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/django_1_0.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/django_1_0.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/django_1_0.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/base.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/migrators.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/utils.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/base.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/migrators.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/utils.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/base.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/migrators.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/utils.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/__init__.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/modelsparser.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/autodetection.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/inspector.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logger.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/__init__.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/autodetection.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/inspector.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logger.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/models.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/models.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/0001_first.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/0001_first.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/0001_first.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/models.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/models.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/models.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/migrations/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/migrations/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/migrations/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/models.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/models.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/models.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0001_a.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0002_a.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0003_a.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0004_a.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0005_a.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0001_a.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0002_a.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0003_a.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0004_a.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0005_a.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0001_a.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0002_a.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0003_a.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0004_a.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0005_a.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/models.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/__init__.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/__init__.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0002_eggs.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0003_alter_spam.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0002_eggs.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0003_alter_spam.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0002_eggs.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0003_alter_spam.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/__init__.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/modelsparser.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/models.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/models.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0002_depends_on_unknown.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0003_depends_on_higher.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0004_higher.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0002_depends_on_unknown.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0003_depends_on_higher.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0004_higher.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0002_depends_on_unknown.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0003_depends_on_higher.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0004_higher.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/models.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/models.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/models.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/0001_first.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/0001_first.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/0001_first.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/models.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/models.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/models.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0001_first.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0002_second.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0003_third.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0001_first.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0002_second.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0003_third.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0001_first.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0002_second.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0003_third.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/models.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/models.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/models.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0001_c.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0002_c.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0003_c.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0004_c.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0005_c.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0001_c.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0002_c.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0003_c.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0004_c.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0005_c.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0001_c.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0002_c.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0003_c.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0004_c.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0005_c.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/models.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/models.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/models.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0001_b.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0002_b.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0003_b.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0004_b.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0005_b.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0001_b.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0002_b.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0003_b.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0004_b.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0005_b.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0001_b.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0002_b.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0003_b.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0004_b.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0005_b.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/models.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/__init__.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/modelsparser.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/models.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/autodetection.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/inspector.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logger.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/exceptions.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/logger.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/models.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/modelsinspector.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/orm.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/signals.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe
-@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db
-@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands
-@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/migrations
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%