Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning."

This reverts commit 20799cc0a6.
This commit is contained in:
Mariusz Felisiak 2020-08-24 08:58:36 +02:00
parent b5acb9db75
commit 04e87e79a0
3 changed files with 5 additions and 26 deletions

View file

@ -26,10 +26,6 @@ Bugfixes
related fields pointing to a proxy model in the ``of`` argument, the
corresponding model was not locked (:ticket:`31866`).
* Fixed a regression in Django 3.1 that caused a crash when passing deprecated
keyword arguments to a queryset in ``TemplateView.get_context_data()``
(:ticket:`31877`).
* Fixed a data loss possibility, following a regression in Django 2.0, when
copying model instances with a cached fields value (:ticket:`31863`).