This commit is contained in:
Travis J Morton 2015-11-02 12:58:21 -08:00
parent 63ac8ac4ab
commit 03cb959416

View File

@ -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`.
--- ---