Andrew Godwin
|
5ab8b5d72c
|
Fix migration planner to fully understand squashed migrations. And test.
|
2013-10-23 22:56:54 +01:00 |
Loic Bistuer
|
584110417f
|
Fixed #21283 -- Added support for migrations if models is a package.
Thanks Markus Holtermann for the report.
|
2013-10-19 09:48:57 -04:00 |
Andrew Godwin
|
763ac8b642
|
First pass on squashmigrations command; files are right, execution not.
|
2013-10-16 12:00:07 +01:00 |
Florian Apolloner
|
ed8919cbcb
|
Handle Apps with South migrations as unmigrated apps.
|
2013-10-15 11:57:30 +02:00 |
Andrew Godwin
|
32838a5beb
|
Make db.migrations ignore South-style migrations.
|
2013-09-06 10:35:53 -05:00 |
Loic Bistuer
|
e1266e50b2
|
Fixed #21015 -- Fixed MigrationLoader when importlib.import_module returns a file module or an empty directory.
|
2013-09-06 08:30:19 -04:00 |
Loic Bistuer
|
82bbb9fe81
|
Fixed #21014 -- Fixed gobbled ImportError in MigrationLoader.
|
2013-09-06 08:30:18 -04:00 |
Andrew Godwin
|
9f73629420
|
utils.importlib is deprecated
|
2013-08-09 17:36:16 +01:00 |
Andrew Godwin
|
162f7b938f
|
Make migrate command recognise prefixes and 'zero'.
|
2013-07-22 19:43:58 +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
|
2ae8a8a77d
|
Fix test running with new apps stuff/migrate actually running migrations
|
2013-06-19 15:36:02 +01:00 |
Andrew Godwin
|
315ab41e41
|
Initial stab at a migrate command, it's probably quite a way off.
|
2013-06-07 18:47:17 +01:00 |
Andrew Godwin
|
d0ecefc2c9
|
Start adding operations that work and tests for them
|
2013-05-29 17:47:10 +01:00 |
Andrew Godwin
|
9ce8354672
|
First phase of loading migrations from disk
|
2013-05-10 16:00:55 +01:00 |