summaryrefslogtreecommitdiff
path: root/docs/releases/3.1.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/3.1.1.txt')
-rw-r--r--docs/releases/3.1.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.1.txt b/docs/releases/3.1.1.txt
index d0fa9a4418..f0369d017a 100644
--- a/docs/releases/3.1.1.txt
+++ b/docs/releases/3.1.1.txt
@@ -29,3 +29,6 @@ Bugfixes
* 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`).