summaryrefslogtreecommitdiff
path: root/django/db/migrations/graph.py
AgeCommit message (Expand)Author
2014-11-26[1.7.x] Fixed bug in circular dependency algo for migration dependencies.Luke Plant
2014-10-29[1.7.x] Limited lines to 119 characters in django/{contrib,db}.Berker Peksag
2014-09-10[1.7.x] Corrected grammar in migrations error message.Markus Bertheau
2014-09-05[1.7.x] switch out recursive dfs for stack based approach, to avoid possibly ...Ben Reilly
2014-08-23[1.7.x] Fixed #23341 -- Added migration name to nonexistent migration error i...Raffaele Salmaso
2014-06-17[1.7.x] Fixed #22861: Internal migrations done first so __first__ worksAndrew Godwin
2014-05-06[1.7.x] Added a bunch of missing unicode_literalsClaude Paroz
2014-04-30[1.7.x] Fixed #22485: Include all unmigrated apps in project state by default.Andrew Godwin
2014-01-08Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-09-06Add --list option to migrate commandAndrew Godwin
2013-08-10Docs tweaks (thanks timgraham)Andrew Godwin
2013-07-26Fix Python 3 supportAndrew Godwin
2013-06-19First stab at some migration creation commandsAndrew Godwin
2013-06-07Auto-naming for migrations and some writer fixesAndrew Godwin
2013-05-30Allow retrieval of project state at start of migrationsAndrew Godwin
2013-05-29Start adding operations that work and tests for themAndrew Godwin
2013-05-10Add root_node and leaf_node functions to MigrationGraphAndrew Godwin
2013-05-10First phase of loading migrations from diskAndrew Godwin
2013-05-10Adding a dependency graph class and testsAndrew Godwin