Django 6.1.1 release notesLien vers cette rubrique
Expected September 2, 2026
Django 6.1.1 fixes several bugs in 6.1.
Correction de boguesLien vers cette rubrique
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).