[1.6.x] Added 1.6.5 release note for refs #22508.

Backport of 13087020a9 from master
This commit is contained in:
Tim Graham 2014-05-12 12:43:50 -04:00
parent 42f8029b36
commit b718e292ac
1 changed files with 4 additions and 0 deletions

View File

@ -17,3 +17,7 @@ Bugfixes
* Fixed the SQL generated when filtering by a negated ``Q`` object that contains
a ``F`` object. (`#22429 <http://code.djangoproject.com/ticket/22429>`_).
* Avoided overwriting data fetched by ``select_related()`` in certain cases
which could cause minor performance regressions
(`#22508 <http://code.djangoproject.com/ticket/22508>`_).