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