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