1
0
mirror of https://github.com/django/django.git synced 2025-10-31 01:25:32 +00:00

[1.11.x] Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy model.

Backport of f9e5f9ae9f from master
This commit is contained in:
Rachel Tobin
2017-07-21 15:21:13 -07:00
committed by Tim Graham
parent b0304428d6
commit 801b6fb32e
5 changed files with 16 additions and 1 deletions

View File

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