1.7.11.txt 314 B

12345678910111213
  1. ===========================
  2. Django 1.7.11 release notes
  3. ===========================
  4. *Under development*
  5. Django 1.7.11 fixes a data loss bug in 1.7.10.
  6. Bugfixes
  7. ========
  8. * Fixed a data loss possibility with :class:`~django.db.models.Prefetch` if
  9. ``to_attr`` is set to a ``ManyToManyField`` (:ticket:`25693`).