mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.
This commit is contained in:
parent
f982f0bdb8
commit
4ed534758c
6 changed files with 84 additions and 29 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue