diff options
| author | Morgan Wahl <morgan@addgene.org> | 2017-12-05 16:08:50 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-12-08 14:00:50 -0500 |
| commit | 5ca9cf47a7adcb990bd7e4886d5b8c066b5ca171 (patch) | |
| tree | 02d8487a9b241c7979985b968f5ebc251a9674e9 /docs | |
| parent | 6dea1b18f3ef0f4a2538114b151119f00be1a1e7 (diff) | |
[2.0.x] Refs #28856 -- Fixed caching of a GenericForeignKey pointing to a model that uses more than one level of MTI.
Forwardport of 35222035029863f95769e2e59beeeb953d125689 from stable/1.11.x
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.9.txt | 4 | ||||
| -rw-r--r-- | docs/releases/2.0.1.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.11.9.txt b/docs/releases/1.11.9.txt index fa480d44bc..10fe3d9f96 100644 --- a/docs/releases/1.11.9.txt +++ b/docs/releases/1.11.9.txt @@ -17,3 +17,7 @@ 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`). diff --git a/docs/releases/2.0.1.txt b/docs/releases/2.0.1.txt index 67bdc1b9a0..9c111a1674 100644 --- a/docs/releases/2.0.1.txt +++ b/docs/releases/2.0.1.txt @@ -17,3 +17,7 @@ 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`). |
