django/tests/migrations/migrations_test_apps/alter_fk
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
..
author_app Refs #24264 -- Added failing test case for updating a FK when changing a PK 2015-02-16 19:31:51 +01:00
book_app Refs #24264 -- Added failing test case for updating a FK when changing a PK 2015-02-16 19:31:51 +01:00
__init__.py Refs #24264 -- Added failing test case for updating a FK when changing a PK 2015-02-16 19:31:51 +01:00