summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-24 08:58:36 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-24 11:37:59 +0200
commit04e87e79a0bd2b1b9fdc30f884a637a3268733f0 (patch)
treeb42795c74062506fb113699bc884226409440117 /docs
parentb5acb9db751c3e179cdd55398432dfad2c259628 (diff)
Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning."
This reverts commit 20799cc0a6d98816b9ef0577e24691bd26b80d7d.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.1.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/releases/3.1.1.txt b/docs/releases/3.1.1.txt
index d2c08fed5a..0a0eeb461a 100644
--- a/docs/releases/3.1.1.txt
+++ b/docs/releases/3.1.1.txt
@@ -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`).