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
/
migrate_signals
Age
Commit message (
Expand
)
Author
2016-08-24
Fixed #27100 -- Included already applied migration changes in the pre-migrate...
Simon Charette
2016-08-24
Fixed #27044 -- Included already applied migration changes in the post-migrat...
Simon Charette
2016-07-21
Made miscellaneous code cleanups
Dmitry Dygalo
2016-05-19
Refs #24100 -- Fixed a test failure on MySQL related to non-transactional DDL.
Simon Charette
2016-05-15
Fixed #24100 -- Made the migration signals dispatch its plan and apps.
Simon Charette
2016-05-13
Adjusted a variable name in migration signal tests.
Simon Charette
2016-05-13
Added tests for the post_migrate signal.
Simon Charette
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2014-12-16
Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.
Tim Graham
2014-10-21
Removed unneeded override_system_checks
Claude Paroz
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-12
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2013-12-29
Refactored the migration signals to use app configs.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-09-03
Updated syncdb -> migrate in tests.
Tim Graham