diff options
| author | Tim Graham <timograham@gmail.com> | 2015-03-07 08:12:44 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-07 08:12:44 -0500 |
| commit | 9eab3284447692b26f92d4b64cc8b4df78a8c5ef (patch) | |
| tree | a9a0a4e185bdcd659e9636f6f1f61b030f41fee3 /docs | |
| parent | f4f0060feaee6bbd76a0d575487682bc541111e4 (diff) | |
Forwardported 1.7.6 release note.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.6.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.6.txt b/docs/releases/1.7.6.txt index 2c74662685..e326cfb440 100644 --- a/docs/releases/1.7.6.txt +++ b/docs/releases/1.7.6.txt @@ -9,5 +9,8 @@ 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`). |
