index
:
django.git
fix-31295
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
/
migrations_test_apps
Age
Commit message (
Expand
)
Author
2024-09-03
Fixed #35724 -- Tested migration commands handling of distributed namespace p...
Jacob Walls
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2018-11-14
Fixed #25884 -- Fixed migrate --run-syncdb when specifying an app label.
Sarah Guermond
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-29
Fixed #27507 -- Used SchemaEditor.execute() to run deferred_sql in migrate's ...
Lex Berezhny
2016-05-26
Fixed #26647 -- Included the state of all applied migrations when migrating f...
Simon Charette
2015-08-18
Fixed #24755 -- Hid operations from dependency apps when merging migrations
Markus Holtermann
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-02-16
Refs #24264 -- Added failing test case for updating a FK when changing a PK
Markus Holtermann
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-12
Fixed #24123 -- Used all available migrations to generate the initial migrati...
Markus Holtermann
2014-07-14
Fixed #22791 -- Invoke interactive questioner only for conflicts in specified...
Huu Nguyen
2014-06-17
Fix previous commit on python 2
Andrew Godwin
2014-06-17
Fixed #22577: Python 3 broke on non-module migrations directory
Víðir Valberg Guðmundsson
2014-06-12
Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking state.
Andrew Godwin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-10-19
Fixed #21283 -- Added support for migrations if models is a package.
Loic Bistuer