|
30 | 30 | get_referenced_base_fields_from_q, postgres_fields |
31 | 31 | ) |
32 | 32 | from rest_framework.exceptions import ErrorDetail, ValidationError |
33 | | -from rest_framework.fields import get_error_detail, BigIntegerField |
| 33 | +from rest_framework.fields import get_error_detail |
34 | 34 | from rest_framework.settings import api_settings |
35 | 35 | from rest_framework.utils import html, model_meta, representation |
36 | 36 | from rest_framework.utils.field_mapping import ( |
|
56 | 56 | BooleanField, CharField, ChoiceField, DateField, DateTimeField, DecimalField, |
57 | 57 | DictField, DurationField, EmailField, Field, FileField, FilePathField, FloatField, |
58 | 58 | HiddenField, HStoreField, IPAddressField, ImageField, IntegerField, JSONField, |
59 | | - ListField, ModelField, MultipleChoiceField, ReadOnlyField, |
| 59 | + ListField, ModelField, MultipleChoiceField, ReadOnlyField, BigIntegerField, |
60 | 60 | RegexField, SerializerMethodField, SlugField, TimeField, URLField, UUIDField, |
61 | 61 | ) |
62 | 62 | from rest_framework.relations import ( # NOQA # isort:skip |
|
0 commit comments