summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-02-28 20:42:56 -0500
committerTim Graham <timograham@gmail.com>2014-02-28 20:42:56 -0500
commit8137215973c8cf97f58f244021b1a4e75923ade8 (patch)
tree1e9da58f0c931a4cd38a8532bf070803e2ff0a17 /docs
parent7c0102379a1a1b386f4f4908d4a05b01df5f29f0 (diff)
Added release note and regression test for refs #21643.
This will be backported to stable/1.6.x along with the original fix.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.3.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.6.3.txt b/docs/releases/1.6.3.txt
index 99b8566270..a8b63dc72a 100644
--- a/docs/releases/1.6.3.txt
+++ b/docs/releases/1.6.3.txt
@@ -14,3 +14,7 @@ several bugs in 1.6.2:
* Fixed ``AttributeError`` when using
:meth:`~django.db.models.query.QuerySet.bulk_create` with ``ForeignObject``
(`#21566 <http://code.djangoproject.com/ticket/21566>`_).
+
+* Fixed crash of ``QuerySet``\s that use ``F() + timedelta()`` when their query
+ was compiled more once
+ (`#21643 <http://code.djangoproject.com/ticket/21643>`_).