diff options
| -rw-r--r-- | django/db/backends/mysql/base.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/db/backends/mysql/base.py b/django/db/backends/mysql/base.py index 38c349caea..60cf4b9df5 100644 --- a/django/db/backends/mysql/base.py +++ b/django/db/backends/mysql/base.py @@ -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 |
