diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index 8efa29e69aa..8e82acc2d4d 100644 --- a/docs/topics/testing.txt +++ b/docs/topics/testing.txt @@ -1250,6 +1250,8 @@ cause of an failure in your test suite. .. method:: TestCase.assertQuerysetEqual(response, qs, values, transform=repr) + .. versionadded:: 1.3 + Asserts that a queryset ``qs`` returns a particular list of values ``values``. The comparison of the contents of ``qs`` and ``values`` is performed using