summaryrefslogtreecommitdiff
path: root/django/db/migrations/graph.py
AgeCommit message (Expand)Author
2014-12-21Fixed #24017 -- Added python_2_unicode_compatible in db/migrationsJosh Schneier
2014-11-25Fixed bug in circular dependency algo for migration dependencies.Luke Plant
2014-11-15Merge pull request #3536 from Zweedeend/ticket_23837Carl Meyer
2014-11-15Fixed #23835: Changed circular dependency in DFS to be less infiniteAndrew Godwin
2014-11-15Fixes #23837: Replace list.pop(0) by deque.popleft() in dfs function in migra...Niels Kouwenhoven
2014-10-30Fixed #23556 -- Raised a more meaningful error message when migrations refer ...Markus Holtermann
2014-10-29Limited lines to 119 characters in django/{contrib,db}.Berker Peksag
2014-09-10Corrected grammar in migrations error message.Markus Bertheau
2014-09-05 switch out recursive dfs for stack based approach, to avoid possibly hitting...Ben Reilly
2014-08-23Fixed #23341 -- Added migration name to nonexistent migration error in makemi...Raffaele Salmaso
2014-06-17Fixed #22861: Internal migrations done first so __first__ worksAndrew Godwin
2014-05-06Added a bunch of missing unicode_literalsClaude Paroz
2014-04-30Fixed #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