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
/
django
/
db
/
migrations
/
graph.py
Age
Commit message (
Expand
)
Author
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__ works
Andrew Godwin
2014-05-06
[1.7.x] Added a bunch of missing unicode_literals
Claude Paroz
2014-04-30
[1.7.x] Fixed #22485: Include all unmigrated apps in project state by default.
Andrew Godwin
2014-01-08
Fixed #21142: Dependency failures on unmigrated apps.
Andrew Godwin
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-09-06
Add --list option to migrate command
Andrew Godwin
2013-08-10
Docs tweaks (thanks timgraham)
Andrew Godwin
2013-07-26
Fix Python 3 support
Andrew Godwin
2013-06-19
First stab at some migration creation commands
Andrew Godwin
2013-06-07
Auto-naming for migrations and some writer fixes
Andrew Godwin
2013-05-30
Allow retrieval of project state at start of migrations
Andrew Godwin
2013-05-29
Start adding operations that work and tests for them
Andrew Godwin
2013-05-10
Add root_node and leaf_node functions to MigrationGraph
Andrew Godwin
2013-05-10
First phase of loading migrations from disk
Andrew Godwin
2013-05-10
Adding a dependency graph class and tests
Andrew Godwin