mirror of
https://github.com/django/django.git
synced 2025-08-19 10:10:42 +00:00
[1.7.x] Fixed #23415 -- Added fields for unmanaged and proxy model migrations.
Thanks sky-chen for the report.
Backport of 215aa4f53b
from master
This commit is contained in:
parent
b5d6092707
commit
00c2a721e2
3 changed files with 89 additions and 47 deletions
|
@ -70,3 +70,6 @@ Bugfixes
|
|||
|
||||
* Made the :setting:`SERIALIZE <TEST_SERIALIZE>` entry in the
|
||||
:setting:`TEST <DATABASE-TEST>` dictionary usable (:ticket:`23421`).
|
||||
|
||||
* Fixed bug in migrations that prevented foreign key constraints to unmanaged
|
||||
models with a custom primary key (:ticket:`23415`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue