Skip to content

Commit aadf02a

Browse files
Corrected docs
1 parent 4efbe3c commit aadf02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Add a ``JSONField`` to your model like any other field.
6969
- ``decoder``: Custom JSON decoder (default: ``json_field.fields.JSONDecoder``)
7070
- ``encoder_kwargs``: Specify all arguments to the encoder (overrides ``encoder``)
7171
- ``decoder_kwargs``: Specify all arguments to the decoder (overrides ``decoder``)
72-
- ``simple_formfield``: Restrict use of the ``datetime`` object in the form field
72+
- ``simple_formfield``: Restrict use of the ``datetime`` module in the form field
7373

7474
License
7575
-------

0 commit comments

Comments
 (0)