mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[1.11.x] Refs #28856 -- Fixed caching of a GenericForeignKey pointing to a model that uses more than one level of MTI.
This commit is contained in:
parent
e9d3dbaf3e
commit
a2aea4521d
3 changed files with 17 additions and 3 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue