From 08277e88ac7ae1334dabe4b583c72a0905b8db45 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 23 Aug 2010 07:13:42 +0000 Subject: [PATCH] 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 --- docs/topics/testing.txt | 2 ++ 1 file changed, 2 insertions(+) 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