summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.14.txt
blob: 38683cf30198e7f38ee3d995008d4ba007bdeeaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
===========================
Django 2.2.14 release notes
===========================

*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`).