django/docs/releases/1.7.6.txt

14 lines
278 B
Plaintext
Raw Normal View History

2015-02-25 14:11:19 +00:00
==========================
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`).