From 11dfbf2f08fc07f4c9c6e91cd8e4c331d5f81b1e Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 27 Aug 2010 15:16:30 +0000 Subject: Fixed #14168 -- Removed stray argument from docs for assertQuerysetEquals. Thanks to Ɓukasz Rekucki for the report. 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(-) (limited to 'docs') 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 -- cgit v1.3