diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-24 09:00:12 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-24 11:39:05 +0200 |
| commit | e81aa7a94addf1f5380960fe89a49d104889c96d (patch) | |
| tree | a8c3d18fce9950000ff3fe93c1cc9fc9a51de7f6 /docs/internals | |
| parent | f247c66bb5f95541d16143ef37452bb1dfeacc3e (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.txt | 3 |
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. |
