1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.

This commit is contained in:
Adam Johnson
2019-08-15 06:48:33 +01:00
committed by Mariusz Felisiak
parent f982f0bdb8
commit 4ed534758c
6 changed files with 84 additions and 29 deletions

View File

@@ -66,6 +66,9 @@ 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``.
See the :ref:`Django 3.1 release notes <deprecated-features-3.1>` for more
details on these changes.