Skip to content

Commit 18ed42f

Browse files
committed
Remove Sphinx directives from README
1 parent 77917e7 commit 18ed42f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ methods.
220220
Configuring JSON Output
221221
-----------------------
222222

223-
.. versionadded:: 0.5
224-
225223
Additional keyword arguments can be passed to ``json.dumps()`` via the
226224
``JSON_OPTIONS = {}`` Django setting. For example, to pretty-print JSON
227225
output::
@@ -246,8 +244,6 @@ encoder, use the ``cls`` option::
246244
``JSON_OPTIONS['cls']`` may be a dotted string or a ``JSONEncoder``
247245
class.
248246

249-
.. versionchanged:: 1.0
250-
251247
**If you are using a JSON module that does not support the ``cls``
252248
kwarg**, such as ujson, set the ``cls`` option to ``None``::
253249

0 commit comments

Comments
 (0)