We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efbe3c commit aadf02aCopy full SHA for aadf02a
README.rst
@@ -69,7 +69,7 @@ Add a ``JSONField`` to your model like any other field.
69
- ``decoder``: Custom JSON decoder (default: ``json_field.fields.JSONDecoder``)
70
- ``encoder_kwargs``: Specify all arguments to the encoder (overrides ``encoder``)
71
- ``decoder_kwargs``: Specify all arguments to the decoder (overrides ``decoder``)
72
- - ``simple_formfield``: Restrict use of the ``datetime`` object in the form field
+ - ``simple_formfield``: Restrict use of the ``datetime`` module in the form field
73
74
License
75
-------
0 commit comments