From 11dfbf2f08fc07f4c9c6e91cd8e4c331d5f81b1e Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 27 Aug 2010 15:16:30 +0000 Subject: [PATCH] =?UTF-8?q?Fixed=20#14168=20--=20Removed=20stray=20argumen?= =?UTF-8?q?t=20from=20docs=20for=20assertQuerysetEquals.=20Thanks=20to=20?= =?UTF-8?q?=C5=81ukasz=20Rekucki=20for=20the=20report.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://code.djangoproject.com/svn/django/trunk@13645 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index 673fe08126..8fb89d2d7a 100644 --- a/docs/topics/testing.txt +++ b/docs/topics/testing.txt @@ -1279,7 +1279,7 @@ cause of an failure in your test suite. ``target_status_code`` will be the url and status code for the final point of the redirect chain. -.. method:: TestCase.assertQuerysetEqual(response, qs, values, transform=repr) +.. method:: TestCase.assertQuerysetEqual(qs, values, transform=repr) .. versionadded:: 1.3