1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[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 a2aea4521d as it was
committed by mistake.
This commit is contained in:
Tim Graham
2017-12-07 09:05:36 -05:00
parent 6b01ff80b2
commit a06828cd2e
3 changed files with 3 additions and 17 deletions

View File

@@ -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`).