summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-04-18 07:13:20 -0400
committerTim Graham <timograham@gmail.com>2014-04-18 07:18:15 -0400
commitdc7bc42cce39f8141df40d831de9befb13946fef (patch)
tree89e47116fdaeb7a5beb08a6f1f8dd4c72edaf543 /docs/topics
parent8394e570baf91cff5e5349c0ef06c4f06f06d0b1 (diff)
Added missing versionadded annotation and tweaked release note; refs #22465.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/testing/tools.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 188da1bbaf..62e4605ba1 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -1460,6 +1460,8 @@ your test suite.
.. method:: SimpleTestCase.assertJSONNotEqual(raw, expected_data, msg=None)
+ .. versionadded:: 1.8
+
Asserts that the JSON fragments ``raw`` and ``expected_data`` are *not* equal.
See :meth:`~SimpleTestCase.assertJSONEqual` for further details.