mirror of https://github.com/django/django.git
14 lines
314 B
Plaintext
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`).
|