summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-24 09:00:12 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-24 11:39:05 +0200
commite81aa7a94addf1f5380960fe89a49d104889c96d (patch)
treea8c3d18fce9950000ff3fe93c1cc9fc9a51de7f6 /docs/internals
parentf247c66bb5f95541d16143ef37452bb1dfeacc3e (diff)
[3.1.x] Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context."
This reverts commit 4ed534758cb6a11df9f49baddecca5a6cdda9311. Backport of bb8f66934d93faf80cd1a2dda65aaedce21a6fc5 from master
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index eddbcc3a1b..9926222d23 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -79,9 +79,6 @@ details on these changes.
* The ``list`` message for ``ModelMultipleChoiceField`` will be removed.
-* ``django.views.generic.TemplateView`` will no longer pass URL kwargs directly
- to the ``context``.
-
* Support for passing raw column aliases to ``QuerySet.order_by()`` will be
removed.