瀏覽代碼

Fixed #14168 -- Removed stray argument from docs for assertQuerysetEquals. Thanks to Łukasz Rekucki for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13645 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Russell Keith-Magee 14 年之前
父節點
當前提交
11dfbf2f08
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/testing.txt

+ 1 - 1
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