You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-guide/fields.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -465,7 +465,7 @@ A field class that validates that the incoming data structure consists of valid
465
465
466
466
**Signature**: `JSONField(binary)`
467
467
468
-
-`binary` - If set to `True` then the field will output and validate a JSON encoded string, rather that a primitive data structure. Defaults to `False`.
468
+
-`binary` - If set to `True` then the field will output and validate a JSON encoded string, rather than a primitive data structure. Defaults to `False`.
0 commit comments