Flavio Curella
|
beec05686c
Fixed #22667 -- Replaced leader/follower terminology with primary/replica
|
11 лет назад |
Tim Graham
|
dfeef8e147
Skipped a migrations test that's not supported on MySQL + Python 3.
|
11 лет назад |
Alex Gaynor
|
8a95b4fca7
Merge pull request #2692 from fcurella/patch-5
|
11 лет назад |
Flavio Curella
|
73a57b06f9
replaced occurrences of master/slave terminology with leader/follower
|
11 лет назад |
Andrew Godwin
|
03900a02d5
Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.
|
11 лет назад |
Loic Bistuer
|
5789ff7330
Failing testcases for #22649.
|
11 лет назад |
Loic Bistuer
|
1d3d01b4f7
Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on MySQL.
|
11 лет назад |
Aymeric Augustin
|
b1432bfc22
Appeased flake8.
|
11 лет назад |
Andrew Godwin
|
5a917cfef3
Fixed #22496: Data migrations get transactions again!
|
11 лет назад |
Aymeric Augustin
|
8b5b199e20
Fixed #3214 -- Stopped parsing SQL with regex.
|
11 лет назад |
Claude Paroz
|
ab90c4707b
Fixed table cleanup in GIS migration tests
|
11 лет назад |
Andrew Gorcester
|
956bd64424
Fixed #22397 -- Issues removing M2M field with explicit through model
|
11 лет назад |
Simon Charette
|
0d397e5a5b
Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."
|
11 лет назад |
Andrew Gorcester
|
00e3b9a2a9
Fixed #22397 -- Issues removing M2M field with explicit through model.
|
11 лет назад |
Motiejus Jakštys
|
0e45669fa9
Fixed #22460 -- Explicity remove constraints when dropping a related field.
|
11 лет назад |
Loic Bistuer
|
a449e7feec
Fixed #22359 -- Changing M2M field to blank=True failed on sqlite.
|
11 лет назад |
Andrew Godwin
|
f4d91638fc
Remove failing test while we fix the underlying bug
|
11 лет назад |
Chris Beaven
|
107c9f5453
Fix AlterField migrations that are related to a RenameModel migration
|
11 лет назад |
Andrew Godwin
|
abccbcf52d
Fixed #21843: Remove explicit ID column setting in test
|
11 лет назад |
Andrew Godwin
|
cdf6eba181
Merge pull request #2315 from bendavis78/issues/22073
|
11 лет назад |
Alex Gaynor
|
a248c88372
Fixed three small flake8 violations.
|
11 лет назад |
Loic Bistuer
|
99291f5db0
Added tests for MTI in RunPython.
|
11 лет назад |
Baptiste Mispelon
|
c679cb7f60
Fixed #22168 -- Fixed migrations failing on sqlite when column names are SQL keywords
|
11 лет назад |
Alex Gaynor
|
a8a5c31966
Two whitespace changes to appease flake8
|
11 лет назад |
Andrew Gorcester
|
202bf69c2f
Fixed #22095 -- Enabled backward migrations for RunPython operations
|
11 лет назад |
Ben Davis
|
df2652c448
Fixed #22073 - Ensure CreateTable operation handles backwards migration correctly when M2M fields are present
|
11 лет назад |
Tim Graham
|
4f8e8a6ec2
Removed unused imports + other flake8 fixes.
|
11 лет назад |
Andrew Godwin
|
98dd8dd02e
Fixed #21892: RunPython no longer accepts strings
|
11 лет назад |
Michael Manfre
|
ad913f242d
Fix regress added to migrations.test_operations.test_alter_field_pk_fk
|
11 лет назад |
Michael Manfre
|
3ffeb93186
Ensure cursors are closed when no longer needed.
|
11 лет назад |