Andrew Godwin
|
2cee1d4642
|
Fixed #22861: Internal migrations done first so __first__ works
Thanks to Chris Beaven.
|
2014-06-17 23:28:35 -07:00 |
Claude Paroz
|
12474dacef
|
Added a bunch of missing unicode_literals
Refs #22564.
|
2014-05-06 09:13:07 +02:00 |
Andrew Godwin
|
8f6dff372b
|
Fixed #22485: Include all unmigrated apps in project state by default.
|
2014-04-30 12:25:12 -07:00 |
Andrew Godwin
|
64887c644a
|
Fixed #21142: Dependency failures on unmigrated apps.
|
2014-01-08 13:00:12 +00:00 |
Alasdair Nicol
|
c3aa2948c6
|
Fixed #21298 -- Fixed E301 pep8 warnings
|
2013-10-23 13:45:03 +01:00 |
Andrew Godwin
|
9f6e6009a4
|
Add --list option to migrate command
|
2013-09-06 11:06:19 -05:00 |
Andrew Godwin
|
7970d97a70
|
Docs tweaks (thanks timgraham)
|
2013-08-10 20:00:12 +01:00 |
Andrew Godwin
|
c8cbdabfab
|
Fix Python 3 support
|
2013-07-26 17:08:12 +01:00 |
Andrew Godwin
|
ab5cbae9b7
|
First stab at some migration creation commands
|
2013-06-19 15:36:22 +01:00 |
Andrew Godwin
|
91c470def5
|
Auto-naming for migrations and some writer fixes
|
2013-06-07 17:56:43 +01:00 |
Andrew Godwin
|
dfa7c5cade
|
Allow retrieval of project state at start of migrations
|
2013-05-30 17:56:26 +01:00 |
Andrew Godwin
|
d0ecefc2c9
|
Start adding operations that work and tests for them
|
2013-05-29 17:47:10 +01:00 |
Andrew Godwin
|
8a1f017777
|
Add root_node and leaf_node functions to MigrationGraph
|
2013-05-10 16:09:57 +01:00 |
Andrew Godwin
|
9ce8354672
|
First phase of loading migrations from disk
|
2013-05-10 16:00:55 +01:00 |
Andrew Godwin
|
f6801a234f
|
Adding a dependency graph class and tests
|
2013-05-10 12:52:04 +01:00 |