mirror of https://github.com/django/django.git
Clarified an item in 1.7.6 release notes.
This commit is contained in:
parent
fa350e2f30
commit
300fdbbebb
|
@ -12,5 +12,5 @@ Bugfixes
|
||||||
* Fixed crash when coercing ``ManyRelatedManager`` to a string
|
* Fixed crash when coercing ``ManyRelatedManager`` to a string
|
||||||
(:ticket:`24352`).
|
(:ticket:`24352`).
|
||||||
|
|
||||||
* Fixed a bug that prevented migrations from adding a FK constraint
|
* Fixed a bug that prevented migrations from adding a foreign key constraint
|
||||||
for an existing column. (:ticket:`24447`).
|
when converting an existing field to a foreign key (:ticket:`24447`).
|
||||||
|
|
Loading…
Reference in New Issue