Removed MySQL decimal casting.

Added in Django 1.0: 92c35a0617
Unknown when it became obsolete.
This commit is contained in:
Tim Graham 2017-01-23 10:44:02 -05:00 committed by GitHub
parent 5fa390ee81
commit 248d54569e
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ if (version < (1, 2, 1) or (
django_conversions = conversions.copy() django_conversions = conversions.copy()
django_conversions.update({ django_conversions.update({
FIELD_TYPE.TIME: backend_utils.typecast_time, 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 # This should match the numerical portion of the version numbers (we can treat