mirror of
https://github.com/django/django.git
synced 2025-01-04 07:26:38 +00:00
1ae2df6bfc
When altering from e.g. an IntegerField to a ForeignKey, Django didn't
add a constraint.
Backport of f4f0060fea
from master
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
==========================
|
|
Django 1.7.6 release notes
|
|
==========================
|
|
|
|
*Under Development*
|
|
|
|
Django 1.7.6 fixes several bugs in 1.7.5.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed crash when coercing ``ManyRelatedManager`` to a string
|
|
(:ticket:`24352`).
|
|
|
|
* Fixed a bug that prevented migrations from adding a FK constraint
|
|
for an existing column. (:ticket:`24447`).
|