diff options
| author | Aric Coady <aric.coady@gmail.com> | 2015-09-01 13:23:06 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-17 19:20:09 -0400 |
| commit | 7d471fe6626de2b36b97ac04086d8ea307be8288 (patch) | |
| tree | 3b4f996b061aff22b80cd867828e6260998b6903 /docs | |
| parent | 4f0966e75fd53816372bfd9193f0a2a8064c447a (diff) | |
[1.8.x] Refs #20625 -- Fixed custom queryset chaining with values() and values_list().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.5.txt b/docs/releases/1.8.5.txt index 1141c2c798..5a19a50137 100644 --- a/docs/releases/1.8.5.txt +++ b/docs/releases/1.8.5.txt @@ -36,3 +36,6 @@ Bugfixes * Changed ``Count`` queries to execute ``COUNT(*)`` instead of ``COUNT('*')`` as versions of Django before 1.8 did (:ticket:`25377`). This may fix a performance regression on some databases. + +* Fixed custom queryset chaining with ``values()`` and ``values_list()`` + (:ticket:`20625`). |
