mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.values().
This commit is contained in:
parent
423b3afce4
commit
69b69f6d60
3 changed files with 9 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue