diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-05 07:21:52 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-05 07:22:24 +0200 |
| commit | 031a082d41ed86a75e5a0b53d9fcdfb3e3a6589f (patch) | |
| tree | 32f50556c011b16305552937495b7e4d34b6da4f /docs | |
| parent | acaa2015274fa79aa79184e1ee824cdc791f580e (diff) | |
[3.1.x] Fixed #31654 -- Fixed cache key validation messages.
Backport of 926148ef019abcac3a9988c78734d9336d69f24e from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.14.txt | 13 | ||||
| -rw-r--r-- | docs/releases/3.0.8.txt | 3 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
3 files changed, 16 insertions, 1 deletions
diff --git a/docs/releases/2.2.14.txt b/docs/releases/2.2.14.txt new file mode 100644 index 0000000000..0c7232fe08 --- /dev/null +++ b/docs/releases/2.2.14.txt @@ -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`). diff --git a/docs/releases/3.0.8.txt b/docs/releases/3.0.8.txt index 99247a4355..e355f0a0ff 100644 --- a/docs/releases/3.0.8.txt +++ b/docs/releases/3.0.8.txt @@ -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`). diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 779b4dc4c1..887f23deee 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -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 |
