summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index c8e467a0ee..3cda71933b 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -77,6 +77,9 @@ details on these changes.
``django.contrib.postgres.aggregates.BitOr``, and
``django.contrib.postgres.aggregates.BitXor`` classes will be removed.
+* Support for double-dot variable lookup, like ``{{ book..title }}``,
+ is removed.
+
.. _deprecation-removed-in-6.1:
6.1