summaryrefslogtreecommitdiff
path: root/tests/migrations/migrations_test_apps
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0727-106/+202
* Fixed #25884 -- Fixed migrate --run-syncdb when specifying an app label.Sarah Guermond2018-11-142-0/+9
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-1825-75/+0
* Fixed #27507 -- Used SchemaEditor.execute() to run deferred_sql in migrate's ...Lex Berezhny2016-11-292-0/+9
* Fixed #26647 -- Included the state of all applied migrations when migrating f...Simon Charette2016-05-267-0/+64
* Fixed #24755 -- Hid operations from dependency apps when merging migrationsMarkus Holtermann2015-08-185-0/+71
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-278-10/+10
* Refs #24264 -- Added failing test case for updating a FK when changing a PKMarkus Holtermann2015-02-168-0/+62
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0611-10/+11
* Fixed #24123 -- Used all available migrations to generate the initial migrati...Markus Holtermann2015-01-1219-0/+249
* Fixed #22791 -- Invoke interactive questioner only for conflicts in specified...Huu Nguyen2014-07-146-0/+76
* Fix previous commit on python 2Andrew Godwin2014-06-171-0/+0
* Fixed #22577: Python 3 broke on non-module migrations directoryVíðir Valberg Guðmundsson2014-06-171-0/+0
* Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking state.Andrew Godwin2014-06-1210-0/+73
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixed #21283 -- Added support for migrations if models is a package.Loic Bistuer2013-10-195-0/+0