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_loader.py
Age
Commit message (
Expand
)
Author
2014-04-30
[1.7.x] Fixed #22485: Include all unmigrated apps in project state by default.
Andrew Godwin
2014-04-30
[1.7.x] Fixed #22474 -- Made migration recorder aware of multiple databases
Claude Paroz
2014-01-08
Make test stronger to hopefully fix odd Jenkins failure
Andrew Godwin
2014-01-08
Fixed #21142: Dependency failures on unmigrated apps.
Andrew Godwin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-10-23
Fix migration planner to fully understand squashed migrations. And test.
Andrew Godwin
2013-09-06
Fixed #21015 -- Fixed MigrationLoader when importlib.import_module returns a ...
Loic Bistuer
2013-09-06
Fixed #21014 -- Fixed gobbled ImportError in MigrationLoader.
Loic Bistuer
2013-07-22
Make migrate command recognise prefixes and 'zero'.
Andrew Godwin
2013-06-19
Fix test running with new apps stuff/migrate actually running migrations
Andrew Godwin
2013-05-30
Add an Executor for end-to-end running
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