mirror of
https://github.com/django/django.git
synced 2025-01-14 04:18:17 +00:00
980d604bf2
Backport of 300fdbbebb
from master
17 lines
399 B
Plaintext
17 lines
399 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 foreign key constraint
|
|
when converting an existing field to a foreign key (:ticket:`24447`).
|