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_executor.py
Age
Commit message (
Expand
)
Author
2014-07-25
[1.7.x] Fixed #23093: soft application detection for swapped models
Andrew Godwin
2014-06-23
[1.7.x] Fixed #22881 -- Better soft_applied migration detection
Chris Beaven
2014-06-16
[1.7.x] Removed usaged of contrib.sessions as a placeholder in migration tests.
Tim Graham
2014-06-09
[1.7.x] Remove overzealous migration flushes from migration test suite
Andrew Godwin
2014-05-08
[1.7.x] Tests for #22325
Andrew Godwin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-30
Fixed some flake8 issues
Alex Gaynor
2013-10-30
Auto-apply initial migrations if their tables exist already.
Andrew Godwin
2013-10-23
Fix migration planner to fully understand squashed migrations. And test.
Andrew Godwin
2013-08-23
Fix some small errors in the tests
Andrew Godwin
2013-08-11
Fix weird planning issues when already fully migrated.
Andrew Godwin
2013-07-25
Add tests for the migrate command and fix a bug they exposed
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