---
title: "Django 6.1.1 release notes"
version: 6.1
locale: fr
source: https://docs.djangoproject.com/fr/6.1/releases/6.1.1/
canonical: https://djangodocs.dev/fr/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.

## Correction de bogues

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