diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-23 07:13:42 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-23 07:13:42 +0000 |
| commit | 08277e88ac7ae1334dabe4b583c72a0905b8db45 (patch) | |
| tree | 76a338928f9f87b88a2c5682f881148cdcb90500 /docs | |
| parent | 10de06b6d416fc1dbaa48d991b258bfc9dca791a (diff) | |
Fixed #14147 -- Added documentation metadata for new assertQuerysetEqual test method. Thanks to djoume for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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 |
