summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql_old/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/db/backends/mysql_old/base.py')
-rw-r--r--django/db/backends/mysql_old/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/backends/mysql_old/base.py b/django/db/backends/mysql_old/base.py
index 4704fe80a5..ac3b75efde 100644
--- a/django/db/backends/mysql_old/base.py
+++ b/django/db/backends/mysql_old/base.py
@@ -25,7 +25,6 @@ django_conversions.update({
FIELD_TYPE.DATE: util.typecast_date,
FIELD_TYPE.TIME: util.typecast_time,
FIELD_TYPE.DECIMAL: util.typecast_decimal,
- FIELD_TYPE.NEWDECIMAL: util.typecast_decimal,
})
# This should match the numerical portion of the version numbers (we can treat