django/tests/migrations/migrations_test_apps
Markus Holtermann cc22b009e0 Refs #24264 -- Added failing test case for updating a FK when changing a PK
When the primary key column is altered, foreign keys of referencing
models must be aware of a possible data type change as well and thus
need to be re-rendered.

Thanks Tim Graham for the report.
2015-02-16 19:31:51 +01:00
..
alter_fk Refs #24264 -- Added failing test case for updating a FK when changing a PK 2015-02-16 19:31:51 +01:00
lookuperror_a Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
lookuperror_b Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
lookuperror_c Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05: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
normal Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
unmigrated_app Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05: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