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

Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.values().

This commit is contained in:
Sergey Fedoseev
2015-12-10 15:42:25 +05:00
committed by Tim Graham
parent 423b3afce4
commit 69b69f6d60
3 changed files with 9 additions and 2 deletions

View File

@@ -37,3 +37,6 @@ Bugfixes
* Prevented ``QuerySet.delete()`` from crashing on MySQL when querying across
relations (:ticket`25882`).
* Fixed evaluation of zero-length slices of ``QuerySet.values()``
(:ticket:`25894`).