summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-12-07 09:05:36 -0500
committerTim Graham <timograham@gmail.com>2017-12-07 09:06:09 -0500
commita06828cd2e3e34188466ed4f9a76d7838d0bf4f5 (patch)
tree9692e4a00ae1ed30c514b2226fee64a5a9343f6d /docs
parent6b01ff80b21bb7e159fceb4af36077e536706487 (diff)
[2.0.x] Reverted "[1.11.x] Refs #28856 -- Fixed caching of a GenericForeignKey pointing to a model that uses more than one level of MTI."
This reverts commit a2aea4521d5e3cf8c76ef17e6edafee1c87bbf0a as it was committed by mistake.
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`).