mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
[3.1.x] Fixed #31654 -- Fixed cache key validation messages.
Backport of 926148ef01
from master
This commit is contained in:
parent
acaa201527
commit
031a082d41
5 changed files with 21 additions and 4 deletions
13
docs/releases/2.2.14.txt
Normal file
13
docs/releases/2.2.14.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
===========================
|
||||
Django 2.2.14 release notes
|
||||
===========================
|
||||
|
||||
*Expected July 1, 2020*
|
||||
|
||||
Django 2.2.14 fixes a bug in 2.2.13.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* Fixed messages of ``InvalidCacheKey`` exceptions and ``CacheKeyWarning``
|
||||
warnings raised by cache key validation (:ticket:`31654`).
|
|
@ -9,4 +9,5 @@ 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`).
|
||||
|
|
|
@ -47,6 +47,7 @@ versions of the documentation contain the release notes for any later releases.
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
2.2.14
|
||||
2.2.13
|
||||
2.2.12
|
||||
2.2.11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue