diff options
| author | Tim Graham <timograham@gmail.com> | 2014-05-12 12:43:50 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-12 12:44:48 -0400 |
| commit | b718e292ac7d2e6ea9764aa618f913ead8b8bbb1 (patch) | |
| tree | 4f597625db28ef274a4ea2e1e294a33cec85253f | |
| parent | 42f8029b366054cbcbc88a4f1a32e424e1938faf (diff) | |
[1.6.x] Added 1.6.5 release note for refs #22508.
Backport of 13087020a9 from master
| -rw-r--r-- | docs/releases/1.6.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.6.5.txt b/docs/releases/1.6.5.txt index 891a688030..674e3d2ee9 100644 --- a/docs/releases/1.6.5.txt +++ b/docs/releases/1.6.5.txt @@ -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>`_). |
