File tree
245 files changed
+22322
-199
lines changed- clickhouse_backend
- backend
- driver
- models
- docs
- example/testapp
- migrations
- tests
- custom_migration_operations
- migration_test_data_persistence
- migrations
- migrations
- deprecated_field_migrations
- faulty_migrations
- namespace/foo
- migrations_test_apps
- alter_fk
- author_app
- migrations
- book_app
- migrations
- conflicting_app_with_dependencies
- migrations
- lookuperror_a
- migrations
- lookuperror_b
- migrations
- lookuperror_c
- migrations
- migrated_app
- migrations
- migrated_unapplied_app
- migrations
- mutate_state_a
- migrations
- mutate_state_b
- migrations
- normal
- unmigrated_app
- unmigrated_app_simple
- unmigrated_app_syncdb
- unspecified_app_with_conflict
- migrations
- with_package_model
- models
- without_init_file
- migrations
- test_add_many_to_many_field_initial
- test_auto_now_add
- test_fake_initial_case_insensitive
- fake_initial
- initial
- test_migrations
- test_migrations_atomic_operation
- test_migrations_backwards_deps_1
- test_migrations_bad_pyc
- test_migrations_clashing_prefix
- test_migrations_conflict
- test_migrations_conflict_long_name
- test_migrations_custom_user
- test_migrations_empty
- test_migrations_fake_split_initial
- test_migrations_first
- test_migrations_initial_false
- test_migrations_manual_porting
- test_migrations_namespace_package
- test_migrations_no_ancestor
- test_migrations_no_changes
- test_migrations_no_default
- test_migrations_no_init
- test_migrations_no_operations
- test_migrations_non_atomic
- test_migrations_noop
- test_migrations_order
- test_migrations_plan
- test_migrations_private
- test_migrations_run_before
- test_migrations_squashed
- test_migrations_squashed_complex
- test_migrations_squashed_complex_multi_apps
- app1
- app2
- test_migrations_squashed_erroneous
- test_migrations_squashed_extra
- test_migrations_squashed_no_replaces
- test_migrations_squashed_ref_squashed
- app1
- app2
- test_migrations_unmigdep
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
245 files changed
+22322
-199
lines changed+6-36
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
162 | 163 |
| |
163 | 164 |
| |
164 | 165 |
| |
165 |
| - | |
| 166 | + | |
166 | 167 |
| |
167 | 168 |
| |
168 | 169 |
| |
169 | 170 |
| |
170 | 171 |
| |
171 | 172 |
| |
172 | 173 |
| |
173 |
| - | |
| 174 | + | |
174 | 175 |
| |
175 | 176 |
| |
176 | 177 |
| |
177 |
| - | |
| 178 | + | |
178 | 179 |
| |
179 | 180 |
| |
180 | 181 |
| |
181 | 182 |
| |
182 | 183 |
| |
183 |
| - | |
| 184 | + | |
184 | 185 |
| |
185 | 186 |
| |
186 | 187 |
| |
187 | 188 |
| |
188 | 189 |
| |
189 | 190 |
| |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 |
| - | |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 | 191 |
| |
222 | 192 |
| |
223 | 193 |
| |
| |||
231 | 201 |
| |
232 | 202 |
| |
233 | 203 |
| |
234 |
| - | |
| 204 | + | |
235 | 205 |
| |
236 | 206 |
| |
237 | 207 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| |||
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
| 41 | + | |
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
44 | 46 |
| |
45 | 47 |
| |
46 |
| - | |
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
| |||
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
74 |
| - | |
| 75 | + | |
75 | 76 |
| |
76 | 77 |
| |
77 | 78 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
350 | 351 |
| |
351 | 352 |
| |
352 | 353 |
| |
353 |
| - | |
354 |
| - | |
355 | 354 |
| |
356 |
| - | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
357 | 359 |
| |
358 | 360 |
| |
359 | 361 |
| |
|
0 commit comments