From bb8f66934d93faf80cd1a2dda65aaedce21a6fc5 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 24 Aug 2020 09:00:12 +0200 Subject: Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context." This reverts commit 4ed534758cb6a11df9f49baddecca5a6cdda9311. --- docs/internals/deprecation.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 1f1364897e..46a1aaaee6 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -98,9 +98,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. -- cgit v1.3