mirror of https://github.com/django/django.git
15 lines
321 B
Plaintext
15 lines
321 B
Plaintext
==========================
|
|
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`).
|