diff options
Diffstat (limited to 'docs')
| -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 ======================= |
