diff options
| author | Adam Johnson <me@adamj.eu> | 2026-04-29 21:34:46 +0100 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-04-29 16:42:29 -0400 |
| commit | 02a7d43d02e2acc9325a5a27eb01ffe7dbba5c7f (patch) | |
| tree | fbebf0f43cdf282f4a672ba483bb8ffc76f38c10 | |
| parent | 3f912ee4189602b4df121c0dc0428673fda5c253 (diff) | |
Refs #35738 -- Improved release note for '..' template deprecation.
| -rw-r--r-- | docs/releases/6.1.txt | 6 |
1 files 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 ======================= |
