mirror of https://github.com/sgoudham/Enso-Bot.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
124 lines
4.1 KiB
Plaintext
124 lines
4.1 KiB
Plaintext
README
|
|
setup.cfg
|
|
setup.py
|
|
South.egg-info/PKG-INFO
|
|
South.egg-info/SOURCES.txt
|
|
South.egg-info/dependency_links.txt
|
|
South.egg-info/top_level.txt
|
|
south/__init__.py
|
|
south/exceptions.py
|
|
south/logger.py
|
|
south/models.py
|
|
south/modelsinspector.py
|
|
south/orm.py
|
|
south/signals.py
|
|
south/test_shim.py
|
|
south/v2.py
|
|
south/creator/__init__.py
|
|
south/creator/actions.py
|
|
south/creator/changes.py
|
|
south/creator/freezer.py
|
|
south/db/__init__.py
|
|
south/db/firebird.py
|
|
south/db/generic.py
|
|
south/db/mysql.py
|
|
south/db/oracle.py
|
|
south/db/postgresql_psycopg2.py
|
|
south/db/sqlite3.py
|
|
south/db/sql_server/__init__.py
|
|
south/db/sql_server/pyodbc.py
|
|
south/hacks/__init__.py
|
|
south/hacks/django_1_0.py
|
|
south/introspection_plugins/__init__.py
|
|
south/introspection_plugins/annoying_autoonetoone.py
|
|
south/introspection_plugins/django_audit_log.py
|
|
south/introspection_plugins/django_objectpermissions.py
|
|
south/introspection_plugins/django_tagging.py
|
|
south/introspection_plugins/django_taggit.py
|
|
south/introspection_plugins/django_timezones.py
|
|
south/introspection_plugins/geodjango.py
|
|
south/management/__init__.py
|
|
south/management/commands/__init__.py
|
|
south/management/commands/convert_to_south.py
|
|
south/management/commands/datamigration.py
|
|
south/management/commands/graphmigrations.py
|
|
south/management/commands/migrate.py
|
|
south/management/commands/migrationcheck.py
|
|
south/management/commands/schemamigration.py
|
|
south/management/commands/startmigration.py
|
|
south/management/commands/syncdb.py
|
|
south/management/commands/test.py
|
|
south/management/commands/testserver.py
|
|
south/migration/__init__.py
|
|
south/migration/base.py
|
|
south/migration/migrators.py
|
|
south/migration/utils.py
|
|
south/tests/__init__.py
|
|
south/tests/autodetection.py
|
|
south/tests/db.py
|
|
south/tests/db_firebird.py
|
|
south/tests/db_mysql.py
|
|
south/tests/freezer.py
|
|
south/tests/inspector.py
|
|
south/tests/logger.py
|
|
south/tests/logic.py
|
|
south/tests/brokenapp/__init__.py
|
|
south/tests/brokenapp/models.py
|
|
south/tests/brokenapp/migrations/0001_depends_on_unmigrated.py
|
|
south/tests/brokenapp/migrations/0002_depends_on_unknown.py
|
|
south/tests/brokenapp/migrations/0003_depends_on_higher.py
|
|
south/tests/brokenapp/migrations/0004_higher.py
|
|
south/tests/brokenapp/migrations/__init__.py
|
|
south/tests/circular_a/__init__.py
|
|
south/tests/circular_a/models.py
|
|
south/tests/circular_a/migrations/0001_first.py
|
|
south/tests/circular_a/migrations/__init__.py
|
|
south/tests/circular_b/__init__.py
|
|
south/tests/circular_b/models.py
|
|
south/tests/circular_b/migrations/0001_first.py
|
|
south/tests/circular_b/migrations/__init__.py
|
|
south/tests/deps_a/__init__.py
|
|
south/tests/deps_a/models.py
|
|
south/tests/deps_a/migrations/0001_a.py
|
|
south/tests/deps_a/migrations/0002_a.py
|
|
south/tests/deps_a/migrations/0003_a.py
|
|
south/tests/deps_a/migrations/0004_a.py
|
|
south/tests/deps_a/migrations/0005_a.py
|
|
south/tests/deps_a/migrations/__init__.py
|
|
south/tests/deps_b/__init__.py
|
|
south/tests/deps_b/models.py
|
|
south/tests/deps_b/migrations/0001_b.py
|
|
south/tests/deps_b/migrations/0002_b.py
|
|
south/tests/deps_b/migrations/0003_b.py
|
|
south/tests/deps_b/migrations/0004_b.py
|
|
south/tests/deps_b/migrations/0005_b.py
|
|
south/tests/deps_b/migrations/__init__.py
|
|
south/tests/deps_c/__init__.py
|
|
south/tests/deps_c/models.py
|
|
south/tests/deps_c/migrations/0001_c.py
|
|
south/tests/deps_c/migrations/0002_c.py
|
|
south/tests/deps_c/migrations/0003_c.py
|
|
south/tests/deps_c/migrations/0004_c.py
|
|
south/tests/deps_c/migrations/0005_c.py
|
|
south/tests/deps_c/migrations/__init__.py
|
|
south/tests/emptyapp/__init__.py
|
|
south/tests/emptyapp/models.py
|
|
south/tests/emptyapp/migrations/__init__.py
|
|
south/tests/fakeapp/__init__.py
|
|
south/tests/fakeapp/models.py
|
|
south/tests/fakeapp/migrations/0001_spam.py
|
|
south/tests/fakeapp/migrations/0002_eggs.py
|
|
south/tests/fakeapp/migrations/0003_alter_spam.py
|
|
south/tests/fakeapp/migrations/__init__.py
|
|
south/tests/non_managed/__init__.py
|
|
south/tests/non_managed/models.py
|
|
south/tests/non_managed/migrations/__init__.py
|
|
south/tests/otherfakeapp/__init__.py
|
|
south/tests/otherfakeapp/models.py
|
|
south/tests/otherfakeapp/migrations/0001_first.py
|
|
south/tests/otherfakeapp/migrations/0002_second.py
|
|
south/tests/otherfakeapp/migrations/0003_third.py
|
|
south/tests/otherfakeapp/migrations/__init__.py
|
|
south/utils/__init__.py
|
|
south/utils/datetime_utils.py
|
|
south/utils/py3.py |