---
title: "Django 6.1.1 release notes"
version: 6.1
locale: es
source: https://docs.djangoproject.com/es/6.1/releases/6.1.1/
canonical: https://djangodocs.dev/es/6.1/releases/6.1.1/
---
# Django 6.1.1 release notes

*Expected September 2, 2026*

Django 6.1.1 fixes several bugs in 6.1.

## Bugfixes

- Fixed a regression in Django 6.1 where the deprecation of double-dot variable
  lookups incorrectly applied to string and translated template literals
  containing two consecutive dots, such as `{{ "a..b" }}` ([#37257](https://code.djangoproject.com/ticket/37257)).
