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:06:28 -0500 |
| commit | a9e5ac823df8ba8b786b6450c967ca378c008d0e (patch) | |
| tree | 7fec12bc3d690361d2348b3e3dd01d692fa1e4ee /docs | |
| parent | 81abece192923d1ec9b1dca91bdb3393e1a07037 (diff) | |
Refs #28856 -- Added test for caching of a GenericForeignKey pointing to a model that uses more than one level of MTI.
Forwardport of test and release notes 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`). |
