index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
migrations
/
test_graph.py
Age
Commit message (
Expand
)
Author
2015-02-23
[1.8.x] Fixed #24366 -- Optimized traversal of large migration dependency gra...
Marten Kenbeek
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2014-12-21
Fixed #24017 -- Added python_2_unicode_compatible in db/migrations
Josh Schneier
2014-11-25
Fixed flake8 warnings.
Tim Graham
2014-11-25
Fixed bug in circular dependency algo for migration dependencies.
Luke Plant
2014-11-15
Fixed #23835: Changed circular dependency in DFS to be less infinite
Andrew Godwin
2014-10-30
Fixed #23556 -- Raised a more meaningful error message when migrations refer ...
Markus Holtermann
2014-09-10
Corrected grammar in migrations error message.
Markus Bertheau
2014-09-05
Fix Python 3 incompatability
Andrew Godwin
2014-09-05
switch out recursive dfs for stack based approach, to avoid possibly hitting...
Ben Reilly
2014-08-23
Fixed #23341 -- Added migration name to nonexistent migration error in makemi...
Raffaele Salmaso
2014-08-23
Fixed #23352 -- Added tests for MigrationGraph.{forwards,backwards}_plan
Raffaele Salmaso
2014-06-17
Fixed #22861: Internal migrations done first so __first__ works
Andrew Godwin
2013-05-30
Fix graph tests
Andrew Godwin
2013-05-29
Start adding operations that work and tests for them
Andrew Godwin
2013-05-18
Split up test and make the State classes a bit better.
Andrew Godwin