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:
		| @@ -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`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user