mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.11.x] Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField from DateField on Oracle/PostgreSQL.
Backport of d5088f838d from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							4f0185aac3
						
					
				
				
					commit
					eedf276ed1
				
			| @@ -14,3 +14,6 @@ Bugfixes | ||||
|  | ||||
| * Fixed ``RequestDataTooBig`` and ``TooManyFieldsSent`` exceptions crashing | ||||
|   rather than generating a bad request response (:ticket:`27820`). | ||||
|  | ||||
| * Fixed a crash on Oracle and PostgreSQL when subtracting ``DurationField`` | ||||
|   or ``IntegerField`` from ``DateField`` (:ticket:`27828`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user