django/docs/releases/1.7.11.txt
Ian Foote 5fc9a1b8bd [1.8.x] Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.
Thanks to Jamie Matthews for finding and explaining the bug.

Backport of 4608573788c04fc047da42b4b7b48fdee8136ad3 from master
2015-11-10 12:12:52 -05:00

14 lines
314 B
Plaintext

===========================
Django 1.7.11 release notes
===========================
*Under development*
Django 1.7.11 fixes a data loss bug in 1.7.10.
Bugfixes
========
* Fixed a data loss possibility with :class:`~django.db.models.Prefetch` if
``to_attr`` is set to a ``ManyToManyField`` (:ticket:`25693`).