summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Foote <python@ian.feete.org>2015-11-06 20:18:00 +0100
committerTim Graham <timograham@gmail.com>2015-11-10 12:12:52 -0500
commit5fc9a1b8bd3eb13b7de86ed82ad281d34fa02e8c (patch)
tree4f6f57090a1cbeb7f06f559e7031374cef40bb49 /docs
parent8c8a6d8a3f869ecc4d72b96ddb4760a1b59d5e62 (diff)
[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
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.11.txt13
-rw-r--r--docs/releases/1.8.7.txt3
-rw-r--r--docs/releases/index.txt1
3 files changed, 17 insertions, 0 deletions
diff --git a/docs/releases/1.7.11.txt b/docs/releases/1.7.11.txt
new file mode 100644
index 0000000000..7c6153eab1
--- /dev/null
+++ b/docs/releases/1.7.11.txt
@@ -0,0 +1,13 @@
+===========================
+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`).
diff --git a/docs/releases/1.8.7.txt b/docs/releases/1.8.7.txt
index 78912d0f52..6fb45803ac 100644
--- a/docs/releases/1.8.7.txt
+++ b/docs/releases/1.8.7.txt
@@ -21,3 +21,6 @@ Bugfixes
* Fixed a regression in 1.8.6 that caused an application with South migrations
in the ``migrations`` directory to fail (:ticket:`25618`).
+
+* Fixed a data loss possibility with :class:`~django.db.models.Prefetch` if
+ ``to_attr`` is set to a ``ManyToManyField`` (:ticket:`25693`).
diff --git a/docs/releases/index.txt b/docs/releases/index.txt
index 59d22c3bcb..aecfab9539 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -39,6 +39,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 1.7.11
1.7.10
1.7.9
1.7.8