---
title: "Django 2.2.14 release notes"
version: 3.1
locale: pt-br
source: https://docs.djangoproject.com/pt-br/3.1/releases/2.2.14/
canonical: https://djangodocs.dev/pt-br/3.1/releases/2.2.14/
---
# 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 ([#31654](https://code.djangoproject.com/ticket/31654)).
