From 02a7d43d02e2acc9325a5a27eb01ffe7dbba5c7f Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 29 Apr 2026 21:34:46 +0100 Subject: Refs #35738 -- Improved release note for '..' template deprecation. --- docs/releases/6.1.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt index 3da0c6546f..6253a6fea0 100644 --- a/docs/releases/6.1.txt +++ b/docs/releases/6.1.txt @@ -582,9 +582,9 @@ Miscellaneous :class:`~django.db.models.BitOr`, and :class:`~django.db.models.BitXor` classes. -* Support for a double-dot variable lookup like ``{{ book..title }}`` which - maps to a lookup of the empty string before the next lookup of the named - attribute is deprecated. +* Support for double-dot variable lookups, like ``{{ book..title }}``, is + deprecated. This syntax maps to a lookup of the empty string, which is + normally a mistake. Features removed in 6.1 ======================= -- cgit v1.3