Commit 03cb9594 by Travis J Morton

typo

parent 63ac8ac4
...@@ -465,7 +465,7 @@ A field class that validates that the incoming data structure consists of valid ...@@ -465,7 +465,7 @@ A field class that validates that the incoming data structure consists of valid
**Signature**: `JSONField(binary)` **Signature**: `JSONField(binary)`
- `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`. - `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`.
--- ---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment