mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Removed MySQL decimal casting.
Added in Django 1.0: 92c35a0617
Unknown when it became obsolete.
			
			
This commit is contained in:
		| @@ -49,8 +49,6 @@ if (version < (1, 2, 1) or ( | ||||
| django_conversions = conversions.copy() | ||||
| django_conversions.update({ | ||||
|     FIELD_TYPE.TIME: backend_utils.typecast_time, | ||||
|     FIELD_TYPE.DECIMAL: backend_utils.typecast_decimal, | ||||
|     FIELD_TYPE.NEWDECIMAL: backend_utils.typecast_decimal, | ||||
| }) | ||||
|  | ||||
| # This should match the numerical portion of the version numbers (we can treat | ||||
|   | ||||
		Reference in New Issue
	
	Block a user