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 77917e7 commit 18ed42fCopy full SHA for 18ed42f
README.rst
@@ -220,8 +220,6 @@ methods.
220
Configuring JSON Output
221
-----------------------
222
223
-.. versionadded:: 0.5
224
-
225
Additional keyword arguments can be passed to ``json.dumps()`` via the
226
``JSON_OPTIONS = {}`` Django setting. For example, to pretty-print JSON
227
output::
@@ -246,8 +244,6 @@ encoder, use the ``cls`` option::
246
244
``JSON_OPTIONS['cls']`` may be a dotted string or a ``JSONEncoder``
247
245
class.
248
249
-.. versionchanged:: 1.0
250
251
**If you are using a JSON module that does not support the ``cls``
252
kwarg**, such as ujson, set the ``cls`` option to ``None``::
253
0 commit comments