Merge pull request #3585 from TravisJMorton/patch-1

typo
This commit is contained in:
Tom Christie 2015-11-02 21:30:47 +00:00
commit ae008316fa

View File

@ -465,7 +465,7 @@ A field class that validates that the incoming data structure consists of valid
**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`.
---