mirror of
https://github.com/django/django.git
synced 2024-11-29 14:46:18 +01:00
f4f0060fea
When altering from e.g. an IntegerField to a ForeignKey, Django didn't add a constraint.
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
==========================
|
|
Django 1.7.6 release notes
|
|
==========================
|
|
|
|
*Under Development*
|
|
|
|
Django 1.7.6 fixes several bugs in 1.7.5.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a bug that prevented migrations from adding a FK constraint
|
|
for an existing column. (:ticket:`24447`).
|