mirror of
https://github.com/django/django.git
synced 2025-02-08 08:26:13 +00:00
0393b9262d
Regression in 981a072dd4dec586f8fc606712ed9a2ef116eeee. Thanks pirelle for the report.
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`).
|