Claude Paroz
|
12474dacef
|
Added a bunch of missing unicode_literals
Refs #22564.
|
2014-05-06 09:13:07 +02:00 |
Chris Beaven
|
107c9f5453
|
Fix AlterField migrations that are related to a RenameModel migration
|
2014-03-11 17:13:26 +13:00 |
Andrew Godwin
|
af4a8478e4
|
Fixed #21783: (again) Found second source of bug, also squashed it.
|
2014-01-19 17:43:31 +00:00 |
Andrew Godwin
|
5db028affb
|
Fix altering of SERIAL columns and InnoDB being picky about FK changes
|
2013-12-11 14:19:05 +00:00 |
Andrew Godwin
|
248fdb1110
|
Change FKs when what they point to changes
|
2013-12-11 13:16:29 +00:00 |
Andrew Godwin
|
ce05b8a69e
|
Don't make a second migration if there was a force-null-default addcol.
|
2013-12-04 13:56:22 +00:00 |
Alex Gaynor
|
e5b7045422
|
flake8 fixes
|
2013-11-06 20:00:48 -08:00 |
Andrew Godwin
|
106b019dc9
|
Massive migration optimiser improvements + RenameModel opn
|
2013-11-06 13:47:58 +00:00 |
Andrew Godwin
|
a80d9ab0fe
|
Initial version of MigrationOptimizer and tests
|
2013-10-02 17:34:22 +01:00 |
Andrew Godwin
|
fddc5957c5
|
Implement allow_migrate for migration operations
|
2013-07-30 12:34:31 +01:00 |
Andrew Godwin
|
67dcea711e
|
Add unique_together altering operation
|
2013-07-02 11:19:02 +01:00 |
Andrew Godwin
|
80bdf68d6b
|
Add AlterField and RenameField operations
|
2013-06-20 15:12:59 +01:00 |
Andrew Godwin
|
41214eaf18
|
Autodetect fields, have migrate actually work
|
2013-06-19 16:41:04 +01:00 |
Andrew Godwin
|
f25a385a5e
|
Makemigration command now works
|
2013-06-19 16:23:52 +01:00 |
Andrew Godwin
|
8d81c6bc82
|
Use correct model versions for field operations
|
2013-05-30 18:24:20 +01:00 |
Andrew Godwin
|
e6f7f4533c
|
Add an Executor for end-to-end running
|
2013-05-30 18:08:58 +01:00 |
Andrew Godwin
|
d0ecefc2c9
|
Start adding operations that work and tests for them
|
2013-05-29 17:47:10 +01:00 |