diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/testing.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index 8efa29e69a..8e82acc2d4 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 |
