summaryrefslogtreecommitdiff
path: root/docs/releases/1.7.6.txt
blob: af0907816d3ed4c82027818b3198e33235be739b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==========================
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`).