summaryrefslogtreecommitdiff
path: root/docs/releases/3.0.3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/3.0.3.txt')
-rw-r--r--docs/releases/3.0.3.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.0.3.txt b/docs/releases/3.0.3.txt
index 2726e2d3ab..ed92938e09 100644
--- a/docs/releases/3.0.3.txt
+++ b/docs/releases/3.0.3.txt
@@ -35,3 +35,7 @@ Bugfixes
* Fixed a regression in Django 2.2.7 that caused
:meth:`~django.db.models.Model.get_FOO_display` to work incorrectly when
overriding inherited choices (:ticket:`31124`).
+
+* Fixed a regression in Django 3.0 that caused a crash of
+ ``QuerySet.prefetch_related()`` for ``GenericForeignKey`` with a custom
+ ``ContentType`` foreign key (:ticket:`31190`).