summaryrefslogtreecommitdiff
path: root/tests/migrations/test_graph.py
AgeCommit message (Expand)Author
2014-12-01[1.7.x] Fixed flake8 warnings.Tim Graham
2014-11-26[1.7.x] Fixed bug in circular dependency algo for migration dependencies.Luke Plant
2014-09-10[1.7.x] Corrected grammar in migrations error message.Markus Bertheau
2014-09-05[1.7.x] Fix Python 3 incompatabilityAndrew Godwin
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-08-23[1.7.x] Fixed #23352 -- Added tests for MigrationGraph.{forwards,backwards}_planRaffaele Salmaso
2014-06-17[1.7.x] Fixed #22861: Internal migrations done first so __first__ worksAndrew Godwin
2013-05-30Fix graph testsAndrew Godwin
2013-05-29Start adding operations that work and tests for themAndrew Godwin
2013-05-18Split up test and make the State classes a bit better.Andrew Godwin