mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
revert stupid commit which wasn't a fix at all...
This commit is contained in:
parent
68e080f84e
commit
2a9483d8d5
|
@ -12,13 +12,7 @@ from rest_framework.compat import DecimalValidator
|
|||
from rest_framework.validators import UniqueValidator
|
||||
|
||||
NUMERIC_FIELD_TYPES = (
|
||||
models.BigIntegerField,
|
||||
models.DecimalField,
|
||||
models.FloatField,
|
||||
models.IntegerField,
|
||||
models.PositiveIntegerField,
|
||||
models.PositiveSmallIntegerField,
|
||||
models.SmallIntegerField,
|
||||
models.IntegerField, models.FloatField, models.DecimalField
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user