summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-27 15:16:30 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-27 15:16:30 +0000
commit11dfbf2f08fc07f4c9c6e91cd8e4c331d5f81b1e (patch)
tree24360041292713b32848eca0497c4aca76e3f47c /docs
parent46fab8983e65955129ea24549c9341fd8c486ce0 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/testing.txt2
1 files changed, 1 insertions, 1 deletions
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