mirror of
https://github.com/Hopiu/django.git
synced 2026-05-18 20:41:06 +00:00
14 lines
321 B
Text
14 lines
321 B
Text
==========================
|
|
Django 3.2.5 release notes
|
|
==========================
|
|
|
|
*Expected July 1, 2021*
|
|
|
|
Django 3.2.5 fixes several bugs in 3.2.4.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression in Django 3.2 that caused a crash of
|
|
``QuerySet.values_list(…, named=True)`` after ``prefetch_related()``
|
|
(:ticket:`32812`).
|