mirror of
https://github.com/django/django.git
synced 2025-10-03 07:14:41 +00:00
Removed MySQL decimal casting.
Added in Django 1.0: 92c35a0617
Unknown when it became obsolete.
This commit is contained in:
parent
5fa390ee81
commit
248d54569e
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue