mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-05 17:24:05 +03:00
Update docs/api-guide/fields.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
aeb9b73d31
commit
1c3b1ec4e5
|
|
@ -279,7 +279,7 @@ Corresponds to `django.db.models.fields.BigIntegerField`.
|
|||
|
||||
* `max_value` Validate that the number provided is no greater than this value.
|
||||
* `min_value` Validate that the number provided is no less than this value.
|
||||
* `coerce_to_string` Set to `True` if string values should be returned for the representation, or `False` if `BigInteger` objects should be returned. Defaults to the same value as the `COERCE_BIGINT_TO_STRING` settings key, which will be `True` unless overridden. If `BigInteger` objects are returned by the serializer, then the final output format will be determined by the renderer.
|
||||
* `coerce_to_string` Set to `True` if string values should be returned for the representation, or `False` if `BigInteger` objects should be returned. Defaults to the same value as the `COERCE_BIGINT_TO_STRING` settings key, which will be `False` unless overridden. If `BigInteger` objects are returned by the serializer, then the final output format will be determined by the renderer.
|
||||
|
||||
## FloatField
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user