Skip to content

Commit 1c3b1ec

Browse files
HoodyHCopilot
andauthored
Update docs/api-guide/fields.md
Co-authored-by: Copilot <[email protected]>
1 parent aeb9b73 commit 1c3b1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Corresponds to `django.db.models.fields.BigIntegerField`.
279279

280280
* `max_value` Validate that the number provided is no greater than this value.
281281
* `min_value` Validate that the number provided is no less than this value.
282-
* `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.
282+
* `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.
283283

284284
## FloatField
285285

0 commit comments

Comments
 (0)