mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.11.x] Fixed #28389 -- Fixed pickling of LazyObject on Python 2 when wrapped object doesn't have __reduce__().
Partial revert of 35355a4ffe.
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							fe7b456825
						
					
				
				
					commit
					30f334cc58
				
			| @@ -15,3 +15,6 @@ Bugfixes | ||||
|  | ||||
| * Fixed ``QuerySet.union()`` and ``difference()`` when combining with | ||||
|   a queryset raising ``EmptyResultSet`` (:ticket:`28378`). | ||||
|  | ||||
| * Fixed a regression in pickling of ``LazyObject`` on Python 2 when the wrapped | ||||
|   object doesn't have ``__reduce__()`` (:ticket:`28389`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user