1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy model.

This commit is contained in:
Rachel Tobin
2017-07-21 15:21:13 -07:00
committed by Tim Graham
parent c6986a4ebf
commit f9e5f9ae9f
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`).