---
title: "Django 2.2.14 release notes"
version: 6.0
locale: es
source: https://docs.djangoproject.com/es/6.0/releases/2.2.14/
canonical: https://djangodocs.dev/es/6.0/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)).
