django1/tests/migrations/migrations_test_apps
Simon Charette 36d36818a3 Fixed #26647 -- Included the state of all applied migrations when migrating forward.
Thanks Jasper Maes for the detailed report.
2016-05-26 13:30:10 -04:00
..
alter_fk Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
conflicting_app_with_dependencies Fixed #24755 -- Hid operations from dependency apps when merging migrations 2015-08-18 18:33:14 +10:00
lookuperror_a Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
lookuperror_b Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
lookuperror_c Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
migrated_app Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking state. 2014-06-12 10:22:43 -07:00
migrated_unapplied_app Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking state. 2014-06-12 10:22:43 -07:00
mutate_state_a Fixed #26647 -- Included the state of all applied migrations when migrating forward. 2016-05-26 13:30:10 -04:00
mutate_state_b Fixed #26647 -- Included the state of all applied migrations when migrating forward. 2016-05-26 13:30:10 -04:00
normal
unmigrated_app Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
unspecified_app_with_conflict Fixed #22791 -- Invoke interactive questioner only for conflicts in specified apps. 2014-07-14 11:00:49 -04:00
with_package_model
without_init_file Fix previous commit on python 2 2014-06-17 09:56:22 -07:00
__init__.py