mirror of
https://github.com/django/django.git
synced 2025-03-23 15:50:45 +00:00
Regression in 3a941230c85b2702a5e1cd97e17251ce21057efa. Thanks Tomasz Szymański for the report. Backport of 78ad4b4b0201003792bfdbf1a7781cbc9ee03539 from master
17 lines
437 B
Plaintext
17 lines
437 B
Plaintext
==========================
|
|
Django 3.0.8 release notes
|
|
==========================
|
|
|
|
*Expected July 1, 2020*
|
|
|
|
Django 3.0.8 fixes several bugs in 3.0.7.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed messages of ``InvalidCacheKey`` exceptions and ``CacheKeyWarning``
|
|
warnings raised by cache key validation (:ticket:`31654`).
|
|
|
|
* Fixed a regression in Django 3.0.7 that caused a queryset crash when grouping
|
|
by a many-to-one relationship (:ticket:`31660`).
|