Django 6.1.1 release notesLink to this heading
Expected September 2, 2026
Django 6.1.1 fixes several bugs in 6.1.
Correzioni di bugLink to this heading
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).