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:
committed by
Tim Graham
parent
423b3afce4
commit
69b69f6d60
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user