From 8137215973c8cf97f58f244021b1a4e75923ade8 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 28 Feb 2014 20:42:56 -0500 Subject: Added release note and regression test for refs #21643. This will be backported to stable/1.6.x along with the original fix. --- docs/releases/1.6.3.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 `_). + +* Fixed crash of ``QuerySet``\s that use ``F() + timedelta()`` when their query + was compiled more once + (`#21643 `_). -- cgit v1.3