From 5cda1d27027ea74d8a1b53e43bef697cd4426e9a Mon Sep 17 00:00:00 2001 From: Alexey Voronov Date: Sun, 22 Dec 2013 00:03:17 +0200 Subject: [1.6.x] Fixed #21643 -- repeated execution of qs with F() + timedelta Thanks Tim Graham for review and Tai Lee for the additional test to prove this was a regression in 1.6. Backport of 7f2485b4d1 and 8137215973 from master --- 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