diff options
| author | Rachel Tobin <rmtobin@users.noreply.github.com> | 2017-07-21 15:21:13 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-07-21 18:26:03 -0400 |
| commit | 801b6fb32e36a9b61ae469e29e17650dd8afd9fe (patch) | |
| tree | 0744d5fc5ab2b509450580f14bafca542b1c39e0 /docs | |
| parent | b0304428d682716db8b18e4ba452e2521f462e4a (diff) | |
[1.11.x] Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy model.
Backport of f9e5f9ae9f83c7ddf5e5d3c369b6bf54a9b80ab5 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.4.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.4.txt b/docs/releases/1.11.4.txt index 180d758246..1f0081c4b6 100644 --- a/docs/releases/1.11.4.txt +++ b/docs/releases/1.11.4.txt @@ -35,3 +35,6 @@ Bugfixes ``checkbox_name``, ``checkbox_id``, ``is_initial``, ``input_text``, ``initial_text``, and ``clear_checkbox_label`` are now attributes of ``widget`` rather than appearing in the top-level context. + +* Fixed queryset crash when using a ``GenericRelation`` to a proxy model + (:ticket:`28418`). |
