summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMorgan Wahl <morgan@addgene.org>2017-12-05 16:08:50 -0500
committerTim Graham <timograham@gmail.com>2017-12-06 10:08:52 -0500
commita2aea4521d5e3cf8c76ef17e6edafee1c87bbf0a (patch)
treeff300dd4e6d6e51be999c9d45bed43649484a991 /docs
parente9d3dbaf3ea62489391b0c537d46cc8548692e69 (diff)
[1.11.x] Refs #28856 -- Fixed caching of a GenericForeignKey pointing to a model that uses more than one level of MTI.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.9.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.9.txt b/docs/releases/1.11.9.txt
index fa480d44bc..b8021ce70d 100644
--- a/docs/releases/1.11.9.txt
+++ b/docs/releases/1.11.9.txt
@@ -17,3 +17,6 @@ Bugfixes
* Fixed incorrect foreign key constraint name for models with quoted
``db_table`` (:ticket:`28876`).
+* Fixed a regression in caching of a ``GenericForeignKey`` when the referenced
+ model instance uses more than one level of multi-table inheritance
+ (:ticket:`28856`).