summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/South-0.8.4-py2.7.egg-info/SOURCES.txt
blob: 7a511ff16fa1e92d904a94bd7f1db4e70ccb4e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
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