1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Added release note and regression test for refs #21643.

This will be backported to stable/1.6.x along with the original fix.
This commit is contained in:
Tim Graham
2014-02-28 20:42:56 -05:00
parent 7c0102379a
commit 8137215973
2 changed files with 11 additions and 0 deletions

View File

@@ -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>`_).